/* .global-wrapper {
    background: #fdd02721;
} */
.maps iframe{
    width: 100% !important;
}
.select_color_size {
    border: 3px solid #000;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #eee;
    -webkit-box-shadow: inset 0 0 6px #eee;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #CBD5D7;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #39496b;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #39496b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #39496b;
}

.delete_item_cart_list {
    position: absolute;
    top: 10px;
    left: 10px;
}

.banner-title {
    margin: 5px 0;
}

.btn-ghost.btn-white:hover {
    background: #fff !important;
    color: #040404 !important;
}

.family-background svg {
    width: 40%;
    position: absolute;
    top: 60px;
    left: 30px
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #173d5f63;
    color: #000;
    font-weight: 600
}

.dropdown-menu-category>li:hover>a {
    background: #173d5f63;
    color: #000;
}

.dropdown-menu-category-list>li>a:hover {
    background-color: #a6ccee63;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.header_profile {
    padding: 30px;
    background: #fffc;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 3px dashed #eee;
}

.header_profile .buttons .btn {
    text-transform: none;
    text-align: right
}

.profile_details {
    border: 2px #ededed dashed;
    border-radius: 10px;
}

.profile_details img {
    margin: auto;
}

.navbar-first {
    padding: 0 20px
}

.navbar-first .navbar-before-sign {
    margin: 10px;
    font-size: 16px;
}

.navbar-first .navbar-right-no-mar {
    margin: 10px !important;
}

#nav-collapse-2 {
    padding: 0 15px;
}

#nav-collapse-2 .navbar-item-top {
    padding: 5px 10px;
}

#nav-collapse-2 .navbar-item-top:active,
#nav-collapse-2 .navbar-item-top:hover,
#nav-collapse-2 .navbar-item-top:focus {
    color: #fff;
    background: #486d97;
}

#nav-collapse-2 .cat {
    padding: 5px 10px;
}

.form-control {
    height: 35px;
}

.mdi-database-search {
    padding: 0 15px;
}

.icons-navbar {
    position: absolute;
    right: 10px
}

.icons-navbar svg {
    width: 20px
}

.icons-pagetitle svg {
    width: 50px
}

.list-user {
    padding: 0 5px 10px 0
}

#address_shipping {
    margin: 0;
    min-height: 110px;
    max-height: 110px;
    max-width: 100%;
    min-width: 100%;
}

#loading {
    text-align: center;
    background: url(../../img/loader.gif) no-repeat center;
    height: 150px
}

.rating {
    unicode-bidi: bidi-override;
    direction: ltr
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 1.2em;
    font-size: 35px
}

.rating>span:hover:before,
.rating>span:hover~span:before {
    content: "\2605";
    position: absolute;
    color: #ffca28
}

.rate {
    height: 40px;
    margin: 25px auto;
    margin-bottom: 0
}

.rate .rate-btn {
    width: 45px;
    height: 40px;
    float: right;
    background: url("../../../oms/upload/website/rate/rate-btn.png") no-repeat;
    cursor: pointer
}

.rate .rate-btn-active,
.rate .rate-btn-hover,
.rate .rate-btn:hover {
    background: url("../../../oms/upload/website/rate/rate-btn-hover.png") no-repeat
}

.rate-stars {
    width: 82px;
    height: 18px;
    background: url(../img/rate-stars.png) no-repeat;
    position: absolute
}

.rate-bg {
    height: 18px;
    background-color: #ffbe10;
    position: absolute
}

.active-link {
    background: #000;
    padding: 0 5px!important;
    border-radius: 5px
}

.about-us {
    padding: 25px
}

.refund-content {
    background: whitesmoke;
    height: 300px;
    text-align: center;
    padding: 20px
}

.refund-content svg {
    width: 130px
}

.header-design {
    background: #fffc;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 3px dashed #eee;
}


/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: #ededed;
    padding: 30px;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -3px;
}


/* Container around content */

.container-timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* The circles on the timeline */

.container-timeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 3px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 21px;
    border-radius: 50%;
    z-index: 1;
}


/* Place the container to the left */

.left {
    right: 0;
}


/* Place the container to the right */

.right {
    right: 50%;
}


/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}


/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}


/* Fix the circle for containers on the right side */

.right::after {
    right: 5px;
}


/* The actual content */

.content-timeline {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    overflow: auto;
}

.giftcard img {
    top: 25px;
    left: 0px;
}

.profile-img {
    width: 50%;
    left: 10px;
    position: absolute;
}


/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .navbar-header {
        padding: 10px;
    }
    .navbar-header,
    .dropdown-list,
    .navbar-nav,
    #category-filters,
    .slider-item-div {
        float: unset !important;
    }
    .dropdown-account {
        float: right !important;
    }
    .slider-item-img-left,
    .slider-item-img-right,
    .slider-item-img {
        top: 140px !important;
    }
    .timeline::after {
        right: 31px;
    }
    /* Full-width containers */
    .container-timeline {
        width: 100%;
        padding-right: 22px;
        padding-left: 0px;
    }
    /* Make sure that all arrows are pointing leftwards */
    .container-timeline::before {
        right: 15px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        right: -11px;
    }
    /* Make all right containers behave like the left ones */
    .right {
        right: 0%;
    }
    .content-timeline {
        padding: 15px 0px;
    }
    .content-timeline .fa-3x {
        font-size: 30px;
    }
    .content-timeline h2 {
        font-size: 20px;
    }
    .navbar-first {
        padding: 0
    }
}

@media (max-width:992px) {
    h3 {
        font-size: 20px!important
    }
    .about-us {
        padding: 5px!important
    }
    .item-caption-xs {
        top: 155px!important
    }
    .slider-master {
        bottom: 50px!important
    }
    .new-product-img {
        position: absolute;
        right: -5px;
        top: 5px;
        width: 60px
    }
    .product {
        padding: 3px!important
    }
    .product-caption {
        padding: 5px!important
    }
    .category-pagination>li {
        margin: 0
    }
    .category-pagination>li>a,
    .category-pagination>li>span {
        padding: 6px
    }
    .category-selections .category-selections-select,
    .category-selections .category-selections-select option {
        font-size: 12px
    }
    .product_view .product_name {
        font-size: 22px
    }
    .product_view .price {
        font-size: 25px!important
    }
    .product_view .product-page-desc-lg {
        font-size: 17px
    }
    .btn-cart {
        padding: 10px 7px
    }
    .log-out-icon {
        position: absolute!important;
        top: 5px;
        left: 80px
    }
    .product-tabs .tab-content {
        padding: 20px 15px!important
    }
    .title-404 {
        font-size: 125px;
        margin-top: 150px
    }
    .banner-title {
        font-size: 20px;
    }
    .profile-img {
        width: 20%;
        left: 0;
        position: inherit;
        margin: 10px;
    }
}

@media (max-width:460px) {
    .item-caption-xs {
        top: 30px!important
    }
}

* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}
.img_product:hover{
    cursor: zoom-in;
    transform: scale(1.5);
}