/* usman css */
.clear{
    clear: both;
}

/* comparation */
.bottom-com {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
    border-top: 7px solid #ECECEC;
    padding: 15px 0;
    display: none;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.left-btmcom {
    position: relative;
    width: 100%;
    padding-right: 250px;
}
.right-btmcom {
    position: absolute;
    top: 0;
    right: 0;
}
.txt-btmcom {
    float: left;
    width: 33%;
}
.hide-bottomcom,
.show-bottomcom{
    display: none;
}
.compare-item {
    margin-right: 20px;
    border-radius: 10px;
    position: relative;
}
.close-compare-item {
    position: absolute;
    right: -2px;
    cursor: pointer;
    z-index: 4 !important;
}
.center-compare {
    display: flex;
    -webkit-box-shadow: 2px 3px 5px 0 #e5e5e5;
    -moz-box-shadow: 2px 3px 5px 0 #e5e5e5;
    box-shadow: 2px 3px 5px 0 #e5e5e5;
    align-items: center;
}
.center-compare .img-compare {
    position: relative;
}
.center-compare .img-compare img {
    object-fit: cover;
    width: 62px;
    height: 62px;
}
.center-compare .txt-compare {
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
}
.center-compare .txt-compare .q1 {
    font-family: 'proximanova-semibold';
    font-size: 14px;
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.center-compare .txt-compare .q2 {
    font-family: 'proximanova-semibold';
    font-size: 13px;
    color: #9B9B9B;
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compare-empty {
    margin-right: 20px;
    border: 2px dashed #E5E5E5;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'proximanova-semibold';
    color: #9B9B9B;
    height: 65px;
    position: relative;
}
.compare-empty div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 100%;
}
.asrbtn-black2 {
    font-family: 'ProximaNova-semiBold';
    color: #fff;
    background: #4A4A4A;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 3px;
    border: 0;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.asrbtn-grey2 {
    font-family: 'ProximaNova-semiBold';
    color: #9B9B9B;
    background: #E5E5E5;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.wrapt-btm {
    padding: 10px 0;
}



/* my library hover tooltip */
.tooltip-mylibrary-on {
    position: absolute;
    background: #fff;
    width: auto;
    right: 0px;
    top: 21px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}
.tooltip-mylibrary-off {
    position: absolute;
    background: #fff;
    width: auto;
    right: 0px;
    top: 21px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.tooltip-design-folder {
    position: absolute;
    background: #fff;
    width: auto;
    right: 5px;
    top: 30px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.tooltip-design-com {
    position: absolute;
    background: #fff;
    width: auto;
    right: 5px;
    top: 30px;
    padding: 5px 10px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border: 1px solid #eee;
    font-size: 12px;
    white-space: nowrap;
}

.library-hov-on:hover .tooltip-mylibrary-on{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.library-hov-off:hover .tooltip-mylibrary-off{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.design-hov-on:hover .tooltip-design-folder{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}
.design-hov-com:hover .tooltip-design-com{
    visibility: visible;
    opacity: 1;
	transition-delay:1s;
}

@media all and (max-width: 992px) {
    .right-btmcom{
        position: relative;
    }
}

@media all and (max-width: 768px) {
	.tooltip-mylibrary-on,
	.tooltip-mylibrary-off,
	.tooltip-design-folder{
		display:none;
	}
    
    .hide-bottomcom {
        text-align: center;
        margin: 0 auto 10px;
        font-size: 10px;
        color: #4A4A4A;
        display: block;
        width: 20px;
        cursor: pointer;
    }

    .show-bottomcom {
        text-align: center;
        margin: 0 auto 10px;
        font-size: 10px;
        color: #4A4A4A;
        display: block;
        width: 20px;
        cursor: pointer;
    }
    
    .left-btmcom{
        padding-right: 0px;
    }
    .bottom-com{
        height: auto;
        padding:10px;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
    }
    .bottom-com.sized{
        height: 45px;
        transition: 1s;
    }
    .txt-btmcom {
        float: none;
        width: 100%;
    }
    .wrapt-btm{
        padding: 0px;
    }
    .compare-item{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .compare-empty{
        display: none !important;
    }
    .asrbtn-grey2{
        width: calc(30% - 5px);
        text-align: center;
        float: left;
        margin-right: 5px;
    }
    .asrbtn-black2{
        width: 70%;
        text-align: center;
    }
}