﻿.displaynone{
    display:none;
}

.displayblock{
    display:block;
}

.m-lr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.p-tb-5{
    padding-top:5px;
    padding-bottom:5px;
}

.product-main-carousel .slick-list {
    height: 38vw !important;
}

.cur-pointer {
    cursor: pointer
}

.modal-header {
    position: relative;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.btn-danger {
    background-color: #f12b2b !important;
}
/* Modal Content */
.modal-body {
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.modal-content {
    background-color: #fefefe !important;
    margin: auto;
    padding: 6vh !important;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: 0px !important;
    background-color: transparent !important;
    position: absolute;
    top: -4vh;
    right: -4vh;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.f-left {
    float: left;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-grey {
    background-color: #f9f9f9
}
/*.icon-angle-down{
    font-size:20px;
}*/
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.p-lr-0{
    padding-left:0px;
    padding-right:0px;
}
.m-lr-15{
    margin-left:15px;
    margin-right:15px;
}
.height30{
    height:30vh;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 110px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 12px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.f-right{
    float:right
}
.width100 {
    width: 100%
}
.width-50{
    width:50%
}
.selectbg {
    border: 0px !important;
    background-color: #f7f7f8!important;
}

.logodesign {
    font-style: oblique;
    font-weight: bolder;
    font-size: larger;
    color: #FF5F1F !important;
}