﻿
/* default card */

.card-success {
    background-color: #28a745 !important;
}

.card-danger {
    background-color: #dc3545 !important;
}

.card-warning {
    background-color: #ffc107 !important;
}

/* default backgrounds */

.field-validation-error {
    color: #D01716;
}

.required {
    color: #F00;
}




/*side - block settings*/

.block-account-navigation {
    padding: 15px;
}

    .block-account-navigation .generalTitle {
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 6px;
    }

    .block-account-navigation .list {
        padding-left: 0;
    }

.account-page {
    background: #fff;
    min-height: 650px;
}

.return-request-table table {
    width: 100%;
}

.return-request-table thead {
    background-color: #ececec;
}

    .return-request-table thead th {
        padding: 5px;
    }

    .return-request-table thead .product {
        min-width: 220px;
    }

    .return-request-table thead .quantity {
        max-width: 80px;
        min-width: unset;
    }

    .return-request-table thead .reason {
        min-width: 220px;
    }

.return-request-table tbody td {
    padding: 15px;
}

.return-request-table tbody tr {
    border: 1px solid #ececec;
}

    .return-request-table tbody tr td {
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

        .return-request-table tbody tr td:last-child {
            border-right: 2px solid #ececec;
        }

.block-account-navigation .list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    background-color: #fff;
    color: #888;
    border: 2px solid #efefef;
    border-radius: .25rem;
    font-size: 14px;
    padding: 0 15px 0 15px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.generalLeftSide li.active.last > a {
    color: #17a2b8;
}

.generalLeftSide .block .h5 strong {
    font-weight: 500;
}

.block-account-navigation .list li {
    position: relative;
    height: 50px;
    margin-bottom: 5px;
}

    .block-account-navigation .list li:before {
        display: none
    }

.block-account-navigation ul,
.viewBox ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

    .viewBox ul.sublist {
        padding-left: 15px;
    }

.block-account-navigation {
    padding: 0;
}

    .block-account-navigation .list li a:hover,
    .block-account-navigation .list li a.active {
        border: 2px solid #0091b5;
        color: #0091b5;
    }

.block-popular-tags .btn {
    margin: 4px;
}

.register-block .text {
    padding-top: 7px;
}

.block-recently-viewed-products li {
    overflow: auto;
}

    .block-recently-viewed-products li a {
        display: flex;
        align-items: center;
    }

list settings .list__item,
.listClear {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-group-item a:hover,
.list-group-item a:focus {
    color: #007bff;
}

.card .btn i {
    font-size: 15px;
}

.list-group {
    padding-bottom: 25px;
}



/* user-panel */

.user-panel-trigger .mdi {
    color: #000;
    font-size: 40px;
}

.user-panel-content {
    margin: 0;
    padding: 15px;
}

    .user-panel-content .selectors-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .user-panel-content .nav-item {
        margin: 0 0 5px 0;
    }

.user-panel-head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    background: #0091b5;
    color: #fff;
    height: 43px;
    text-transform: uppercase;
}

.li-br {
    border: 1px solid !important
}



.select2-container {
    width: inherit !important
}


.generalNote {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-weight: 500;
    text-align: center;
    z-index: 1051;
}

    .generalNote .content {
        position: relative;
        padding: 30px 30px 30px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .generalNote.danger .content {
        border-left: 4px solid #dc3545;
    }

    .generalNote .content::before {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 15px;
        top: 0;
        bottom: 0;
        min-width: 40px;
        min-height: 40px;
        margin: 0 15px 0 0;
        color: #fff;
        font-weight: 700;
        border-radius: 50%;
        font-size: 24px;
    }

    .generalNote.danger .content::before {
        content: "!";
        background: #dc3545;
    }

    .generalNote.success .content::before {
        content: "\02713";
        background: #28a745;
    }

    .generalNote.success .content {
        border-left: 4px solid #28a745;
    }

    .generalNote .toast {
        position: relative;
    }

    .generalNote .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
        display: flex;
        opacity: 1;
        cursor: pointer;
    }

        .generalNote .close .mdi {
            font-size: 16px;
        }

    .generalNote a {
        display: contents;
        color: #000;
        font-weight: 500;
        white-space: nowrap;
    }

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*rating*/

.ratings {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 22px;
    font-size: 22px;
    backface-visibility: hidden;
    text-align: center;
}

.rating-box {
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: 22px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .rating-box::before {
        content: "\2605\2605\2605\2605\2605";
        height: 22px;
        color: #c3c5c9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 22px;
    }

    .rating-box .rating {
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        overflow: hidden;
    }

        .rating-box .rating:before {
            content: "\2605\2605\2605\2605\2605";
            height: 22px;
            color: #ff6c2f;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            font-size: 22px;
            position: absolute;
            left: 0;
        }

.review-count {
    color: #ff6c2f;
}

.rating-options .custom-control-label {
    color: #ff6c2f;
    font-size: 30px;
    cursor: pointer;
}

    .rating-options .custom-control-label::after {
        display: none;
    }

    .rating-options .custom-control-label::before {
        display: none;
    }

.rating-options .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}

.rating-options .custom-control-label::before {
    background-color: transparent !important;
}

.vote.up {
    margin-top: 24px;
}

.product-simple-share .btn {
    max-width: 5px !important;
    height: 10px !important;
    /* margin: 0 0px 0px 0 !important;*/
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/*.product-simple-share .btn {
    max-width: unset;
    height: auto;
}

    .product-simple-share .btn:last-child {
        margin: 0 0 4px 0 !important;
        border-radius: 0;
    }*/


.message-error,
.message-error ul li {
    color: #dc3545;
}

.btnNoPadding {
    padding: 10px !important;
    
}


.Icon_Space {
    padding: 15px !important;
}
 .wishlistmargin{
        margin-top:-30px!important;
    }
@media only screen and (min-width: 360px) and (max-width: 640px) {
    .cart-sidebar_login
    {
        width: 350px !important;
    }
    
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-sidebar-body {
        height:84vh !important;
    }
}*/
/*@media only screen and (min-width: 1080px) and (max-width: 1920px) {
    .cart-sidebar-body {
        height: 78vh !important;
    }
}*/
@media only screen and (min-width: 1080px) and (max-width: 1920px) {
    /*.cart-sidebar-body {
        height: 78vh !important;
    }*/
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
    .Icon_Space {
        padding: unset !important;
        margin-right: -25px !important;
        margin-top: 15px !important;
    }
    .wishlistmargin{
        margin-top:-30px!important;
    }
   /* .cart-sidebar-body {
        height:80vh!important;
    }*/
    .Btn_margin {
        margin-left: 1px;
        margin-top: 0px;
    }

    .cart-sidebar_login {
        width: 285px !important;
    }

    .navbar-toggler-white {
        font-size: 10px !important;
        margin-right: 10px !important;
    }

    .list-inline {
        right: 45px !important;
    }
}
@media only screen and (min-width: 900px) and (max-width:1600px){
    .wishlistmargin {
        margin-top: 0px !important;
        margin-left:-56px!important;
    }
   /* .cart-sidebar-body {
        height: 78vh !important;
    }*/

    .Btn_margin {
        margin-left: 50px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width:1024px) {

    .wishlistmargin {
        margin-top: -30px !important;
    }
    .Btn_margin {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .btn_AddCartmargin {
        margin-left: -56px !important;
        margin-top: 46px !important;
    }
    .btn_IpadWishlistMargin {
        margin-left: 40px !important;
        margin-top: 46px !important;
    }
    .btn_IpadAddcartMargin {
        margin-left: -107px !important;
        margin-top: 46px !important;
    }
}

@media only screen and (min-width: 280px) and (max-width:653px) {

    .wishlistmargin {
        margin-top: -30px !important;
    }
    .Btn_margin {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1366px) {
   /* .cart-sidebar-body {
        height: 66vh !important;
    }*/
    .wishlistmargin {
        margin-top: 0px !important;
        margin-left:-35px!important;
    }
    .Btn_margin {
        margin-left: 75px !important;
        margin-top: 0px !important;
    }

    .btn_AddCartmargin {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .btnNoPadding {
        margin-left: 7px !important;
    }
}
/*.Btn_margin {
    margin-left: 75px !important;
    margin-top: 0px !important;
}*/
@media only screen and (min-width: 1024px) and (max-width:1366px) {




    .btnNoPadding {
        margin-left: 7px !important;
    }
}
  

/*.submenu {
    left: 400px !important
}*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu .pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.root:hover > .dropdown-menu {
    display: block;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1200px;
    }
    
}

.bg-w {
    background: #fff none repeat scroll 0 0 !important;
}
.newsletter {
    padding: 45px 15px;
}
.bg-info, .badge-info {
    background-color: #0091b5 !important;
}
.newsletter-title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}
.newsletter-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#newsletter-email, .newsletter-button-container {
    height: 50px;
}
#newsletter-email {
    color: #fff;
    border: 1px solid #fff;
    background: 0;
    border-radius: 0;
    margin-right: 0px;
}
#newsletter-subscribe-button {
    border-width: 1px;
}
.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.mdi-e {
    font-size: 24px;
    line-height: 1;
}
.btn-outline-white:hover {
    color: #1D1F20;
    background-color: #fff;
}

#newsletter-email::placeholder {
    color: #fff;
}

#newsletter-email::-webkit-input-placeholder {
    color: #fff;
}

#newsletter-email::-moz-placeholder {
    color: #fff;
}

#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: .25rem;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 0;
    z-index: 997;
    background: #0091b5;
    color: #fff;
}

    #back-to-top .mdi {
        font-size: 36px;
    }

    #back-to-top.show {
        opacity: 1;
    }


/*search*/

.headBottom {
    position: relative;
}

body:not(.is-ready) .search-box-button {
    width: 50px;
}

.search-box-button {
    height: 38px;
}

.search-results-list {
    display: none;
    position: absolute;
}

#small-searchterms {
    margin: 0 5px 0 0;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.search-box-select {
    max-width: 120px;
}

.advanced-search {
    display: none;
}

    .basic-search .col-form-label,
    .advanced-search .col-form-label {
        font-weight: 400;
    }
/*autocomplete*/

.advanced-search-results {
    display: none;
}

    .advanced-search-results .no-data {
        display: none;
        font-size: 14px;
    }

    .advanced-search-results.open {
        display: flex;
        position: absolute;
        top: 40px;
        left: 15px;
        width: 100%;
        max-height: calc(100vh - 52px);
        overflow: auto;
        padding-left: 0;
        border: 1px solid rgba(0, 0, 0, .15);
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fff;
        box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, .2);
        z-index: 999;
    }

    .advanced-search-results ul {
        padding-left: 0;
    }

    .advanced-search-results .categories-container > ul {
        margin-bottom: 10px;
    }

    .advanced-search-results .title {
        margin-bottom: 10px;
        line-height: 1;
        font-weight: 300;
        font-size: 24px;
        color: #1D1F20;
    }

    .advanced-search-results .products-container .container-off,
    .advanced-search-results .blog-container .container-off {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 100%;
        justify-content: space-between;
    }

    .advanced-search-results .products-container .product-in,
    .advanced-search-results .products-container .in-separator,
    .advanced-search-results .blog-container .in-separator,
    .advanced-search-results .blog-container .product-in {
        display: none;
    }

    .advanced-search-results .in-separator {
        color: #117a8b;
        margin-right: 5px;
    }

    .advanced-search-results .categories-container .product-in,
    .advanced-search-results .manufacturers-container .product-in {
        margin-right: 5px;
        font-weight: 700;
    }

    .advanced-search-results .categories-container .product-title,
    .advanced-search-results .manufacturers-container .product-title {
        color: #117a8b;
    }

    .advanced-search-results .categories-container .container-off,
    .advanced-search-results .manufacturers-container .container-off {
        display: inline-flex;
        font-weight: 300;
    }

    .advanced-search-results .product-title b {
        font-weight: 700;
    }

    .advanced-search-results .product-desc b {
        color: #212529;
    }

    .advanced-search-results .left-side,
    .advanced-search-results .right-side {
        padding: 0 15px 0 15px;
        margin: 15px 0;
    }

    .advanced-search-results .categories-container .list-group-item,
    .advanced-search-results .manufacturers-container .list-group-item,
    .advanced-search-results .blog-container .list-group-item {
        padding: 5px 0;
        border: 0;
    }

        .advanced-search-results .categories-container .list-group-item a,
        .advanced-search-results .manufacturers-container .list-group-item a,
        .advanced-search-results .blog-container .list-group-item a {
            display: inline-flex;
            align-items: center;
            width: 100%;
            line-height: 1;
            font-size: 14px;
            color: #212529;
        }

.advanced-search-results img {
    width: auto;
    height: auto;
    padding-right: 0 !important;
    margin-right: 15px;
}

    .advanced-search-results .right-side {
        padding-left: 0;
    }

    .advanced-search-results .products-title {
        padding-left: 15px;
    }

    .advanced-search-results .products-container .list-group-item {
        display: inline-flex;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        border: 0;
        padding: 10px 5px 10px 15px;
        border-bottom: 1px solid #dfdfdf;
        overflow: hidden;
    }

    .advanced-search-results .products-container .product-title,
    .advanced-search-results .blog-container .product-title {
        font-weight: 300;
        font-size: 14px;
        color: #212529;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        overflow: hidden;
    }

    .advanced-search-results .price {
        font-size: 14px;
        font-weight: 700;
        color: #117a8b;
    }

    .advanced-search-results .products-container .product-desc {
        color: #6c757d;
        max-height: 21px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .advanced-search-results .blog-container .product-desc {
        color: #6c757d;
        max-height: 21px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .advanced-search-results .rating-box::before,
    .advanced-search-results .rating-box .rating:before {
        font-size: 18px;
    }

    .advanced-search-results .ratings {
        flex-wrap: wrap;
        height: auto;
    }

ul.ui-autocomplete li:hover {
    cursor: pointer;
    background-color: #f7f7f9;
}

ul.ui-autocomplete {
    display: none !important;
    background-color: #fff;
    padding-left: 0;
    z-index: 9999;
    animation-name: autocomplete-desktop;
    animation-duration: .3s;
    -webkit-animation-name: autocomplete-desktop;
    -webkit-animation-duration: .3s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    position: absolute !important;
}

@-webkit-keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul.ui-autocomplete li {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    ul.ui-autocomplete li img {
        padding-right: 5px;
        width: 100%;
        height: 100%;
    }

/* On screens that are 992px wide or less, the background color is blue */
/*@media screen and (max-width: 992px) {
    body

{
    background-color: blue;
    color: white;
}

}*/

/* On screens that are 600px wide or less, the background color is olive */
/*@media screen and (max-width: 600px) {
    body {
        background-color: olive;
        color: white;
    }
}*/



.submenu {
    left: 400px !important
}
@media only screen and (min-width: 411px) and (max-width: 731px) {
   /* .submenu {
        left: 317px !important
    }*/

    .tooltip.show {
        opacity: 0 !important;
    }
    /*.cart-sidebar-body {
        height: 77vh !important;
    }*/
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    /*.submenu {
        left: 317px !important
    }*/
    .cart-sidebar-body {
        height: 61vh !important;
    }
    .tooltip.show {
        opacity: 0 !important;
    }
}

@media only screen and (min-width: 600px) {
    .tooltip.show {
        opacity: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .tooltip.show {
        opacity: 0 !important;
    }
    .QtyWidht{
        width:138px!important;
    }
}
/*@@media only screen and (min-width: 375px) {
        . mdi-cart-outline {
            margin: 5px !important;
        }
    }*/
.QtyWidht {
    width: 170px !important;
}
.AddCartWidth{
    width:150px!important;
}
.QtyWidth{
    width:160Px!important;
}
.mrAvailableoffers{
    left:-53px!important;
}
@media only screen and (min-width: 280px) and (max-width: 653px) {
    /* .submenu {
        left: 317px !important
    }*/

    .tooltip.show {
        opacity: 0 !important;
    }
    .QtyWidht {
        width: 105px !important;
    }
    .AddCartWidth {
        width: 141px !important;
    }
    .QtyWidth {
        width: 110px !important;
    }
    .mrAvailableoffers {
        left: -40px !important;
    }
}
/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
  
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
   
}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    
}

@media only screen and (min-width: 720px) {
    .submenu {
        left: 400px !important
    }
}*/

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .submenu {
        left: 326px !important
    }
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .submenu {
        left: 557px !important
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1080px) {
    .submenu {
        left: 512px !important
    }
}*/

@media (max-width: 575.98px){
    .top-categories-search-main {
        margin-top: .6rem !important;
    }
    /*.cart-sidebar-body {
        height: 74vh !important;
    }*/
    .returnreasonswidth{
        width:150px!important;
    }
    .cart-btn .cart-value {
        left: 9px;
        top: 11px;
    }
}
.imgWidth {
   /* height: 349px;
    width: 95%;*/
}

@media (max-width: 575.98px) {
    .imgWidth {
        height: auto !important;
    }
    .substr{
        display:block!important;
    }
    .PrSub{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .top-categories-search-main {
        margin-top: .5rem !important;
    }
}
/*@media (max-width: 320px) {
    .cart-sidebar-body {
        height: 71vh !important;
    }
}*/
/*@media (max-width: 360px) {
    .cart-sidebar-body {
        height: 74vh !important;
    }
}*/
/*@media (min-width: 411px) {
    .cart-sidebar-body {
        height: 77vh !important;
    }
}*/



/*@media (min-width: 375px) {
    .cart-sidebar-body {
        height: 75vh !important;
    }
}*/
/*@media only screen and (min-device-width: 375px) {
    .cart-sidebar-body {
        height: 75vh !important;
    }
}*/
/*@media (max-width: 375px) {
    .cart-sidebar-body {
        height: 74vh !important;
    }
}*/
/*@media only screen and (min-width: 411px) and (max-width: 823px) {
   

    .cart-sidebar-body {
        height: 79vh !important;
    }
}
*//*@media only screen and (min-width: 414px) and (max-width: 736px) {


    .cart-sidebar-body {
        height: 78vh !important;
    }
}*/
/*@media only screen and (min-width: 375px) and (max-width: 812px) {


    .cart-sidebar-body {
        height: 519px !important;
    }
}*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .substr {
        display: block !important;
    }

    .PrSub {
        display: none;
    }
    .imgWidth {
        height: auto !important;
    }
    .cart-sidebar-body {
        height: 38vh !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .submenu {
        left: 290px !important
    }
}
/*@media only screen and (min-width: 960px) and (max-width: 1280px) {
    .submenu {
        left: 256px !important
    }
}*/
@media only screen and (min-width: 900px) and (max-width: 1440px) {
    .submenu {
        left: 261px !important
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .submenu {
        left: 463px !important
    }
}
@media only screen and (min-width: 1600px) and (max-width: 2560px) {
    .submenu {
        left: 718px !important
    }
}
@media only screen and (min-width: 1536px) and (max-width: 2048px) {
    .submenu {
        left: 514px !important
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .submenu {
        left: 461px !important
    }
}
@media only screen and (min-width: 1392px) and (max-width: 1856px) {
    .submenu {
        left: 435px !important
    }
}
/*@media only screen and (min-width: 1050px) and (max-width: 1680px) {
    .submenu {
        left: 366px !important
    }
}*/
/*@media only screen and (min-width: 1080px) and (max-width: 1920px) {
    .submenu {
        left: 460px !important
    }
}*/
.has-error {
    color: red !important;
    float: left;
}
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}





div.image-zoom div.box {
    border-color: #808080;
    border-style: outset;
}

div.image-zoom div.popup {
    border-color: #800080;
    border-style: inset;
}

div.image-zoom div.thumbnail {
    border-color: #800000;
    border-style: outset;
}

/*@media only screen and (min-width: 320px) and (max-width: 533px) {
    .cart-sidebar-body {
        height: 69vh !important
    }
}*/
/*@media (max-width: 533px) {
    .cart-sidebar-body {
        height: 69vh !important;
    }
}*/
@media only screen and (min-width: 375px) and (max-width: 667px) {
    .cart-sidebar-body {
        height: 59vh !important
    }
}
@media only screen and (min-width: 375px) and (max-width: 812px) {
    .cart-sidebar-body {
        height: 48vh !important
    }
}
@media only screen and (min-width: 414px) and (max-width: 736px) {
    .cart-sidebar-body {
        height: 53vh !important
    }
}
