﻿
@font-face {
    font-family: 'iranian-sanse';
    src: url('../Fonts/iransans/iraniansansweb-regular.eot');
    src: local('☺'), url('../Fonts/iransans/IranianSansWeb-Regular.woff') format('woff'), url('../Fonts/iransans/iraniansansweb-bold.ttf') format('truetype'),url('../Fonts/iransans/IranianSansWeb-Regular.svg') format('svg');
}

h1, h2, h3, h4, h5, h6, .btn,a,p,body {
    font-family: 'iranian-sanse' !important;
}
ul li a{
    font-size:0.8rem;
}
li, ul {
    list-style: none;
    padding: 0;
}

body {
    direction: rtl;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.form-control{font-size: 0.8rem;}

/*--------------------------------*/
/*----------public-style----------*/
/*--------------------------------*/
body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255, 255, 255, 0.00);
}

body::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
}
.btn-orang {
    color: #fff;
    background-color: #e67e22;
    border-color: #e67e22;
}
.btn-orang:hover {
    color: #fff;
    background-color: #d0721e;
    border-color: #d0721e;
}
.text-orange {
    color: #e67e22;
}

.text-orange:hover {
    color: #d0721e !important;
    text-decoration:none;
}
.btn-orang:focus, .btn-orang.focus {
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.5);
}
small{
    font-size:70%;
}
.bg-light-2 {
    background-color: #f7f8fa !important;
}
.bg-breadcrumb {
    background-color: #e9ecef;
}
.bg-gray {
    background-color: #e7edf0 !important;
}
.bg-light-gray {
    background-color: #fafafa !important;
    transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}
.bg-light-gray:hover {
    background-color: #e0e0e0 !important;
}
.bg-dark-gray {
    background-color: #e0e0e0 !important;
    transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}
.bg-dark-gray:hover {
    background-color: #c3c2c2 !important;
}
.bg-orang {
    background-color: #f7a724 !important;
}
.pallet-1 {
    background-color: #044a72 !important;
}
.pallet-2 {
    background-color: #6eafc7 !important;
}
.pallet-3 {
    background-color: #f9f1e9 !important;
}
.pallet-4 {
    background-color: #796a92 !important;
}
.pallet-5 {
    background-color: #820f04 !important;
}
.pallet-6 {
    background-color: #001337 !important;
}
.pallet-7 {
    background-color: #98c6c9 !important;
}
.pallet-8 {
    background-color: #950740 !important;
}
.pallet-9 {
    background-color: #ead416 !important;
}
.pallet-10 {
    background-color: #806255 !important;
}
.pallet-11 {
    background-color: #b86541 !important;
}
.pallet-12 {
    background-color: #b1a27b !important;
}
.text-purple {
    color: #27062a !important;
}
.ltr-direction{
    direction:ltr !important;
}
.border-gray {
    border-color: #e2e2e2 !important;
}
.text-decoration-none{
    text-decoration:none !important;
}
.fs-1{
    font-size:0.7rem !important;
    line-height:1.5rem;
}
.fs-2{
    font-size:0.8rem !important;
}
.goup{
    position:fixed;
    bottom:1rem;
    left:1rem;
}
.goup i{
    font-size:1.5rem;
}
.over-flow-hidden{
    overflow:hidden;
}
/*--------------------------------*/
/*----------navbar-style----------*/
/*--------------------------------*/
header {
    background-color: #fff;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #252525;
    transition: color ease-in-out 1s;
    -o-transition: color ease-in-out 1s;
    -moz-transition: color ease-in-out 1s;
    -webkit-transition: color ease-in-out 0.1s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #dc0c5c;
}
.nav-item a {
    color: rgba(0,0,0,.9) !important;
    display: block;
    padding: .5rem 1rem;
}

    .nav-item a:hover {
        color: #dc0c5c !important;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a::after {
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        bottom: 0;
        left: 32%;
        content: "";
        height: 0;
        width: 0;
        border-bottom: 0px solid #6dc211;
        border-right: 0px solid transparent;
        border-left: 0px solid transparent;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a:hover:after {
        border-bottom: 10px solid #6dc211;
    }
}

.navbar-nav li:hover > ul {
    display: block;
    -moz-animation: fadeIn.3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}

.navbar-nav ul li:hover > ul {
    display: block;
    -moz-animation: fadeIn .5s ease-in;
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.dropdown-menu > li > a {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff !important;
        background-color: #00b9f5 !important;
    }


.dropdown-menu .dropdown-menu:not(:first-child) {
    right: 100%;
    top: 0;
}

.dropdown-menu .caret {
    left: 10px;
    top: 15px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu > li > a {
    display: block;
    padding: 9px 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #000 !important;
    font-size: 0.8rem;
}

.dropdown-toggle::after {
    display: none;
}

#drill-down {
    display: none;
}

.slider-menu__link:hover {
    background-color: #00b9f5;
}
.access-menu {
    background-color:#fff;
}
.bg-light {
    background-color: #fff !important;
    box-shadow: 1px 1px 1px #eaeaea;
    -webkit-box-shadow: 1px 1px 1px #eaeaea;
    -o-box-shadow: 1px 1px 1px #eaeaea;
    -moz-box-shadow: 1px 1px 1px #eaeaea;
}
.access-menu a {
    font-size:0.6rem;
    position:relative;
}
.access-menu a:hover,.access-menu a:focus {
    text-decoration: none;
}
.access-menu i.lnr {
    font-size: 1.25rem;
}
.access-menu ul li a span.badge {
    background: #f39c12;
    position: absolute;
    right: -12px;
    top: -18px;
    z-index: 200;
    font-size: 0.7rem;
    padding: 4px 6px 2px 6px;
}
.access-menu .phone{
    font-size:0.7rem;
}
.access-menu ul li:last-child {
    direction: ltr !important;
}

@media(min-width:1024px)  {
    a.navbar-brand img{
        margin-top:-3rem;
    }
}
@media(max-width:992px) {
    a.navbar-brand img {
        width:6rem;
    }
}
/*--------------------------------*/
/*---------carousel-style---------*/
/*--------------------------------*/
main {
    margin-top: 5.7rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 9;
}
#carouselExampleIndicators {
    position:relative;
}
@media (max-width: 768px){
    #carouselExampleIndicators .carousel-inner .carousel-item{
        height:20rem;
    }
    #carouselExampleIndicators .carousel-inner .carousel-item img{
        height: 20rem;
        object-fit:cover;
    }
}
.search-in-slider {
    width:100%;
    position:absolute;
    top:25%;
}
.search-box {
    padding: 20px 10px;
    border-radius: 2px;
    background: rgba(40,12,52,.9);
    color: #fff;
    margin-top: 7rem;
}
.search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:0.7rem;
}

.search-box input::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.7rem;
}

.search-box input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.7rem;
}

.search-box input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.7rem;
}
.contact-box {
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 15px;
    background: rgba(255,255,255,.9);
    direction:ltr !important;
    max-width:240px;
}
.contact-box small {
    margin-top: -0.3rem;
    display: block;
}
/*--------------------------------*/
/*-----------main-style-----------*/
/*--------------------------------*/
.subscribe .col-lg-6:first-child p{
    line-height:2.4rem;
}
.size-filter ul li {
    min-width: 6rem;
}
.size-filter ul li a:hover {
    text-decoration: none;
}
.shape-filter a:hover {
    text-decoration: none;
}
.poly-gone {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.color-box{

}
.bg-colorfull {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,30baff+0,cd28d6+17,ed28ff+34,ff282c+52,ffff2b+69,2cff28+82,3632ff+94 */
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(45deg, #7db9e8 0%, #30baff 0%, #cd28d6 17%, #ed28ff 34%, #ff282c 52%, #ffff2b 69%, #2cff28 82%, #3632ff 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #7db9e8 0%,#30baff 0%,#cd28d6 17%,#ed28ff 34%,#ff282c 52%,#ffff2b 69%,#2cff28 82%,#3632ff 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #7db9e8 0%,#30baff 0%,#cd28d6 17%,#ed28ff 34%,#ff282c 52%,#ffff2b 69%,#2cff28 82%,#3632ff 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3632ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.number{
    border:2px solid #d0721e;
}
.tizer {
    background-color: #2b062e;
}
.shop-item {
    height: 21rem !important;
}
.card-img-top {
    height: 21rem;
    object-fit: contain;
    overflow: hidden;
}

.new-products .card-body p {
    font-size: 0.8rem;
}
.discount {
    font-size: 0.7rem;
    text-decoration: line-through;
}
.price {
    font-size: 1rem;
    color: #f39c12;
}
.card-details-product {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.70);
    top: 90%;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}
.card:hover .card-details-product {
    top: 58.5%;
    opacity: 1;
}
.owl-carousel1 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-prev {
    position: absolute;
    left: -2rem;
    top: 40%;
}
    .owl-carousel1 .owl-nav .owl-prev i, .owl-carousel1 .owl-nav .owl-next i, .owl-carousel2 .owl-nav .owl-prev i, .owl-carousel2 .owl-nav .owl-next i {
        font-size: 2rem;
    }
.owl-carousel1 .owl-nav .owl-next, .owl-carousel2 .owl-nav .owl-next {
    position: absolute;
    right: -2rem;
    top: 40%;
}
@media (max-width: 768px) {
    .owl-carousel1 .owl-nav, .owl-carousel2 .owl-nav {
        display: none;
    }
}
.owl-carousel3 .owl-nav {
    display: none;
}
.owl-carousel .owl-dots {
    text-align:center;
    margin-bottom:3rem;
}

.owl-carousel .owl-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #c2cbc8;
    margin-right: 5px;
    display: inline-block; /*for making them horizontal, if you want vertical then you can use- display: block*/
}

.owl-carousel .owl-dot.active {
    background: #ffa60a;
}
.client-feedback .client-font{
    font-size:0.7rem;
}
.client-feedback .card-text{
    font-size:0.8rem;
}
.sprite1 {
    background: url('../HomeImages/sprite.png') no-repeat -257px -11px;
    width: 28px;
    height: 28px;
}
.sprite2 {
    background: url('../HomeImages/sprite.png') no-repeat -216px -11px;
    width: 28px;
    height: 28px;
}
.sprite3 {
    background: url('../HomeImages/sprite.png') no-repeat -175px -11px;
    width: 28px;
    height: 28px;
}
.sprite4 {
    background: url('../HomeImages/sprite.png') no-repeat -133px -11px;
    width: 28px;
    height: 28px;
}
.sprite5 {
    background: url('../HomeImages/sprite.png') no-repeat -92px -11px;
    width: 28px;
    height: 28px;
}
.sprite6 {
    background: url('../HomeImages/sprite.png') no-repeat -50px -11px;
    width: 28px;
    height: 28px;
}
.sprite7 {
    background: url('../HomeImages/sprite.png') no-repeat -81px -115px;
    width: 77px;
    height: 58px;
}
.sprite8 {
    background: url('../HomeImages/sprite.png') no-repeat -9px -116px;
    width: 62px;
    height: 59px;
}
.sprite9 {
    background: url('../HomeImages/sprite.png') no-repeat -167px -117px;
    width: 61px;
    height: 58px;
}
.sprite10 {
    background: url('../HomeImages/sprite.png') no-repeat -250px -187px;
    width: 59px;
    height: 59px;
}
.sprite11 {
    background: url('../HomeImages/sprite.png') no-repeat -9px -259px;
    width: 164px;
    height: 53px;
}
.sprite12 {
    background: url('../HomeImages/sprite.png') no-repeat -166px -186px;
    width: 42px;
    height: 59px;
}


/*--------------------------------*/
/*----------footer-style----------*/
/*--------------------------------*/
footer {
    background-color: #3D313E;
}
footer ul li a{
    font-size:0.7rem;
    color:#ccc;
    padding:0.3rem 0;
    display:block;
}
footer ul li a:hover {
    text-decoration:none;
    color: #e0e0e0;
}
footer .address {
    font-size: 0.7rem;
    color: #ccc;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------shop-style-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb-item + .breadcrumb-item::before {
    color: #007bff;
    content: "\2190";
    font-size: 1rem;
}
.breadcrumb-item {
    font-size: 0.8rem;
}
.breadcrumb-item:hover {
    text-decoration:none;
}
.light-box{
    background-color:#fff;
    border-bottom:1px solid #efefef;
}
.shop .alert-dismissible .close {
    position: inherit;
    padding: 0;
    color: inherit;
}
.shop .alert-dismissible .close span:focus, .shop .alert-dismissible .close span:active, .shop .alert-dismissible .close span:visited {
    outline: none !important;
}
.filter-tags .close {
    color: #ffffff !important;
    text-shadow: none;
}
ul.pagination li.activepage a {
    background-color: #f39c12;
    border-color: #f39c12;
    color:#fff;

}
ul.pagination li.activepage a:hover {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
ul.pagination li a:focus, ul.pagination li a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
@media (min-width: 1140px) {
    ul.pagination li a {
        padding: 0.6rem 0.85rem;
        margin: 0 0.3rem;
        border-radius: 0.25rem;
        position: relative;
        display: block;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #ddd;
    }
}

@media (max-width: 1140px) {
    ul.pagination li a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #ddd;
    }
}

.keyword{
    text-decoration:underline;
    font-size:0.6rem;
}
.select-filter>button{
    cursor:pointer;
}
.select-filter > button i::before{
    font-weight:600;
}
.orang-hover {
    color: #565656 !important;
    font-size:0.7rem;
}
.orang-hover:hover{
    color:#f39c12 !important;
}
.color{
    height:2rem;
    width:2rem;
    float:right;
    margin:0.2rem;
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #f4a322;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important;
}
.custom-control-indicator {
    width: 1.1rem;
    height: 1.1rem;
    background-size: 74% 74%;
}
/*images lazy loading*/
img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------archive-style---------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.image-fit {
    height: 10rem;
    object-fit: contain;
    overflow: hidden;
}
.archive-item{
    height:10rem;
}
.archive-item img{
    height: 10rem;
    object-fit: contain;
    }
.side-bar .media .media-body p{
    height:6rem;
    overflow:hidden;
}
.side-bar .media{
    border-bottom:1px solid #ddd;
    margin-bottom:1rem;
}
.bg-header{
    background:url("../HomeImages/bg-blur.jpg") no-repeat;
    background-size:cover;
}
@media (min-width: 576px){
    .media-me {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.media-me p {
    line-height: 1.7rem;
    height: 5rem;
    overflow: hidden;
}
.line-height-1 {
    line-height: 1.7rem;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------innerpage-style--------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.inner-page input::-webkit-input-placeholder, .inner-page textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.7rem;
}

.inner-page input::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.7rem;
}

.inner-page input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.7rem;
}

.inner-page input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.7rem;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------product-style----------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.product-price{
    color:#f39c12;
    font-weight:600;
    font-size:1.7rem;
}
.product-old-price{
    text-decoration:line-through;
}
.product-details i::before{
    margin-left:0.5rem;
}
h4.card-title{
font-size:0.9rem;
}
.product input::-webkit-input-placeholder, .inner-page textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.7rem;
}

.product input::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.7rem;
}

.product input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.7rem;
}

.product input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.7rem;
}
.paper {
    margin-bottom: 40px;
    height: 120px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#f6abca 1px,transparent 1px),-webkit-linear-gradient(#f6abca 1px,transparent 1px),-webkit-linear- gradient(#e8e8e8 1px,transparent 1px);
    background-image: -moz-linear-gradient(#f6abca 1px,transparent 1px),-moz-linear-gradient(#f6abca 1px,transparent 1px),-moz-linear-gradient #e8e8e8 1px,transparent 1px;
    background-image: -o-linear-gradient(#f6abca 1px,transparent 1px),-o-linear-gradient(#f6abca 1px,transparent 1px),-o-linear-gradient(#e8e8e8 1px,transparent 1px);
    background-image: linear-gradient(#f6abca 1px,transparent 1px),linear-gradient(#f6abca 1px,transparent 1px),linear-gradient(#e8e8e8 1px,transparent 1px);
    background-size: 1px 1px,1px 1px,30px 30px;
    background-repeat: repeat-y,repeat-y,repeat;
    background-position: 30px 0,35px 0,0 -1px;
    position: relative;
    padding: 30px 15px 30px 10px !important;

}

.indicat::-webkit-scrollbar-track {
    background-color: transparent;
}

.indicat::-webkit-scrollbar {
    width: 0px;
    background-color: rgba(255, 255, 255, 0.00);
}

.indicat::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
}
.indicat ol li {
    height: 5rem;
    cursor:pointer;
    display:flex;
    position:relative;
}
.indicat ol li:hover {
    border-color:#f39c12 !important;
}
.indicat ol li img{
    height:5rem;
    object-fit:contain;
    width:100%;
    padding:0.2rem;
}
@media (min-width: 1140px) {
    #carousel-product .carousel-item{
        height:35rem;
    }
    #carousel-product .carousel-item img{
        height: 35rem;
        object-fit:contain;
    }
    .indicat {
        height: 38rem;
        overflow-y: auto;
    }
}
.floor{
    background-color: #e0e0e0;
}
.floor> span{
    margin-top:1.9rem;
}

img.me{
    height: 6rem;
    object-fit:contain;
}
.navigation {
    position:absolute;
    top:0.5rem;
    right:3.5rem;
}
.navigation button {
cursor:pointer;
}
.product-details .navigation i::before {
    margin-left: 0;
    font-weight: 600;
}
/*.modal-lg {
    max-width: 97%;
}*/

.modal-animate-in {
    animation-name: zoomIn;
    animation-duration: 0.2s;
}

.modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
}

.bd-example-modal-lg .modal-header {
    background-color: #f39c12;
}

    .bd-example-modal-lg .modal-header h5 {
        color: #fff;
    }

.zoomContainer {
    z-index: 9999;
}

.zoomWindow {
    z-index: 9999;
}
.container-zoom{
    object-fit:contain;   
}
.b-shape{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 2.5rem;
    width: 4rem;
    line-height: 2rem;
}
.half-circle{
    -webkit-clip-path: circle(50% at 50% 100%);
    clip-path: circle(50% at 50% 100%);
    height: 3rem;
    width: 5.5rem;
    margin-top: -1rem;
    line-height: 4rem;
}
.rectangle{
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
}
.circle {
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
}
.square{
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
}
.runner{
    height: 2rem;
    width: 5.6rem;
    line-height: 2rem;
}
/***********************compare******************/
.img-compare{
    height:10rem;
}
.bg-compare{
    background-color:#fff;
}
.sticky-top {
    z-index: 9999;
}
.nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.compare .col{
    flex:0 0 14.8rem !important;
}
@media (max-width: 576px) {
    .compare .col {
        flex: 0 0 50% !important;
    }
}
.over{
    overflow-x:auto;
}

.over::-webkit-scrollbar-track {
    background-color: transparent;
}

.over::-webkit-scrollbar {
    height: 0px;
    background-color: rgba(255, 255, 255, 0.00);
}

.over::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
}

.scrollbar-hiden::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrollbar-hiden::-webkit-scrollbar {
    height: 10px;
    background-color: rgba(255, 255, 255, 0.00);
}

.scrollbar-hiden::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
}
.about-me{
    font-size: 14px;
    line-height: 2.3;
    color: #424242;
    text-align: justify;
    height: 161px;
    overflow: hidden;
}
.height-auto {
  height: auto; }