﻿@charset "utf-8";

@font-face {
    font-family: yekan;
    src: url('../fonts/BYekan.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: mit;
    src: url('../fonts/BMitra.eot ?#') format('eot'), url('../fonts/BMitra.woff') format('woff'), url('../fonts/BMitra.ttf') format('truetype');
}

@font-face {
    font-family: roya;
    src: url('../fonts/BRoya.eot ?#') format('eot'), url('../fonts/BRoya.woff') format('woff'), url('../fonts/BRoya.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BCompset';
    src: url('../fonts/BCompset.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/BCompset.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BCompset.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
    font-family: yekan;
    color: #777;
    font-size: 18px;
    background-color: #eaeded;
}

.c1 {
    background-color: #eeeeee;
    margin-bottom: 10px;
    padding-top: 10px;
    min-height: 300px;
    box-sizing: border-box;
}
.fl-logo {
    float: left;
    padding: 5px 0px;
}
.tem1 {
    border: 1px solid #1b6d85;
    margin-bottom: 10px;
}

.titr1 {
    width: 100%;
    background-color: #8AB839;
    height: 50px;
    padding-top: 10px;
    color: #ffffff;
}

    .titr1:hover {
        cursor: pointer;
        opacity: 0.9;
        color: #1b313c;
    }

.net {
    background-color: #eeeeee;
    padding: 15px 0;
}

    .net a {
        margin-right: 10px;
    }

.border1 {
    border-bottom: 3px solid #81bd00;
}

.main {
    min-height: 410px;
}

.btn-icon {
    font-size: 130%;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: 10px;
}
.border-radius-0 {
    border-radius:0 !important;
}
.color-black {
    color: black;
}

.color-yellow-amazon {
    color: #F3A847;
}
@media (max-width: 576px) {
    #SearchInput {
        margin: 0px !important;
        margin-top: 10px !important;
        outline: none;
        background-position: 10px 12px;
        background-repeat: no-repeat;
        width: 100%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        display:inline-block;
        border-radius: 20px;
        color: black;
        height: 35px;
    }
    .social-media-ul{

    }
    #myUL {
        height: auto;
        max-height: 300px;
        overflow-y: scroll;
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-radius: 20px !important;
        position: absolute !important;
        left: 6%;
        z-index: 999;
        width: 87% !important;
        background: #ddd !important;
    }

}
@media (min-width: 768px) {
    #SearchInput {
        outline: none;
        background-position: 10px 12px;
        margin-top: 10px !important;
        background-repeat: no-repeat;
        width: 33%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
        border-radius: 20px;
        color: black;
        height: 35px;
        display: inline-block;
    }
    #myUL {
        height: auto;
        max-height: 300px;
        overflow-y: scroll;
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-radius: 20px !important;
        position: absolute !important;
        left: 34%;
        z-index: 999;
        width: 32% !important;
        background: #ddd !important;
    }

}
    /*header*/

    .header-color {
        background-color: #232F3E;
        color: white;
    }

    #myUL * {
        display: flex;
        box-sizing: border-box;
        background-color: none;
        border-radius: 20px;
        margin: 5px 0px;
    }

 



        #myUL li a {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            margin-top: -1px; /* Prevent double borders */
            background-color: #ddd;
            justify-content: end;
            padding: 0px 5px;
            text-decoration: none;
            font-size: 18px;
            color: #776f6f;
            border-bottom: 2px solid #fff;
            width: 100%;
        }

        #myUL li :hover:not(.header) {
            background-color: #eee;
        }

    .img-inline-block {
        display: inline-block !important;
        width: 75px;
        height: 75px;
        border-radius: 50% !important;
        margin-left: 5px !important;
    }

    .header-textbox-search {
        /* with:70px;*/
        padding-right: 3px;
        height: 25px;
        margin-top: 0px;
        border: none;
        border-radius: 4px;
    }

    .width-100 {
        width: 100%;
    }

    .width-maxwidth-100px {
        width: 100px;
        max-width: 100px;
    }

    .height-30 {
        height: 30px;
    }

    .height-100 {
        height: 100px;
    }

    .height-150 {
        height: 150px;
    }

    .height-200 {
        height: 200px;
    }

    .height-400 {
        height: 400px !important;
    }

    .header-btn-search {
        width: 35px;
        height: 25px;
        padding: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .header-btn-search2 {
        width: 35px;
        height: 25px;
        padding: 0px;
        position: absolute;
        left: 0px;
        top: -4px;
    }

    .header-logout {
        position: absolute;
        right: 93px !important;
    }

    .header-menu {
        color: orange;
    }

    #CaptchaInputText:before {
        content: " ";
        position: absolute;
        top: 0
    }

    #CaptchaInputText {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .background-box-index {
        background-color: #eaeded;
    }

    .background-box-white {
        background-color: white;
    }

    .categories-text {
        color: white;
        font-size: 14px;
        /*text-shadow: black 1px 2px;*/
    }
.d-inline-block{
    display:inline-block;
    margin:0px 5px;
}
.px-30{
    padding:0px 30px;
}
.px-ul {
    margin: 0px;
    padding: 0px 20px;
}
.img-social-media {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

}
.categories-background-index {
    /*url("")*/
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .categories-background-index-mobile {
    }

    .categories-background-1-mobile {
        background: url("../images/categories/z2.jpg") no-repeat fixed;
        /*background: url("../images/beautiful fish.jpg") no-repeat  fixed;*/
        /*    background-image: url("../images/categories/1.jpg") ;
        background-repeat: no-repeat;
        background-position: ;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .categories-background-2-mobile {
        background: url("../images/categories/z3.jpg") no-repeat fixed;
        /*background: url("../images/beautiful fish.jpg") no-repeat  fixed;*/
        /*    background-image: url("../images/categories/1.jpg") ;
        background-repeat: no-repeat;
        background-position: ;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .categories-background-3-mobile {
        background: url("../images/categories/plant.jpg") no-repeat fixed;
        /*background: url("../images/beautiful fish.jpg") no-repeat  fixed;*/
        /*    background-image: url("../images/categories/1.jpg") ;
        background-repeat: no-repeat;
        background-position: ;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .categories-background-4-mobile {
        background: url("../images/categories/terarium.jpg") no-repeat fixed;
        /*background: url("../images/beautiful fish.jpg") no-repeat  fixed;*/
        /*    background-image: url("../images/categories/1.jpg") ;
        background-repeat: no-repeat;
        background-position: ;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .categories-background-5-mobile {
        background: url("../images/categories/vivariom2.jpg") no-repeat fixed;
        /*background: url("../images/beautiful fish.jpg") no-repeat  fixed;*/
        /*    background-image: url("../images/categories/1.jpg") ;
        background-repeat: no-repeat;
        background-position: ;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }



    /*margin*/
    .margin-50 {
        margin: 50px;
    }

    .margin-20 {
        margin: 20px;
    }

    .margin-0 {
        margin: 0px;
    }

    .margin-3 {
        margin: 3px;
    }

    .margin-10 {
        margin: 10px;
    }

    .margin-15 {
        margin: 15px;
    }

    .margin-bottom-5 {
        margin-bottom: 5px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-15 {
        margin-bottom: 15px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .margin-bottom-3 {
        margin-bottom: 3px;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .margin-right-20 {
        margin-right: 20px;
    }

    .margin-left-10 {
        margin-left: 10px;
    }

    .margin-top-1 {
        margin-top: 1px;
    }

    .margin-top-5 {
        margin-top: 5px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .margin-15 {
        margin-top: 15px;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-manfi-5 {
        margin: -5px;
    }

    .margin-manfi-10 {
        margin: -10px;
    }

    .margin-manfi-15 {
        margin: -15px;
    }

    .margin-manfi-20 {
        margin: -20px;
    }

    .margin-top-manfi45 {
        margin-top: -45px;
    }

    .margin-top-manfi30 {
        margin-top: -30px;
    }

    .margin-bottom-manfi-5 {
        margin-bottom: -5px;
    }

    .margin-bottom-manfi-30 {
        margin-bottom: -30px;
    }

    .slider-cercle {
        /*top: 80px;*/
        position: relative;
        margin-top: 20px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }



    /*Padding*/
    .padding-0 {
        padding: 0px;
    }

    .padding-2 {
        padding: 2px;
    }

    .padding-5 {
        padding: 5px;
    }

    .padding-10 {
        padding: 10px;
    }

    .padding-50 {
        padding: 50px;
    }

    .padding-bottom {
        padding-bottom: 50px;
    }

    .padding-left-0 {
        padding-left: 0px;
    }




    .gray-highlighted {
        color: #696969;
    }

    /*matn*/
    .matn {
        text-align: justify;
        font-size: 15px;
        color: #333333;
        font-family: mit;
    }

    .matn-mitra {
        font-family: mit;
    }

    .matn-titr {
        font-size: 17px;
        color: #333333;
    }

    .matn-btn-larg {
        font-size: 1em;
        color: black;
        padding: 0px;
        !important;
    }

    .font-size-8 {
        font-size: 8px;
    }

    .font-size-10 {
        font-size: 10px;
    }

    .font-size-12 {
        font-size: 12px;
    }

    .font-size-13 {
        font-size: 13px;
    }

    .font-size-14 {
        font-size: 14px;
    }

    .font-size-16 {
        font-size: 16px;
    }

    .font-size-18 {
        font-size: 18px;
    }

    .panel-transparent {
        background: rgba(0, 0, 0, 0.3) !important;
    }



    .li-style-none {
        list-style-type: none;
        !important;
    }


    .direction-ltrs {
        direction: ltr !important;
    }

    .direction-rtl {
        direction: rtl;
        !important;
        !important;
    }

    .border-1-amazon {
        border: 1px solid #F6F6F5;
    }

    .box-1 {
        border: 1px solid;
        background-color: #F6F6F5;
    }

    .product-box-small {
        margin: 25px;
        margin-bottom: 250px;
        width: 150px;
        height: 150px;
        max-width: 180px;
        max-height: 150px;
    }

    .products-box-large {
        margin-right: 5px;
        width: 150px;
        height: 150px;
        max-width: 15px;
        max-height: 150px;
    }

    .product-image-small {
        margin-top: 2px;
        margin-right: 20px;
        width: 85px;
        height: 85px;
        max-width: 150px;
        max-height: 150px;
    }

    .product-image-verysmall {
        width: 40px;
        height: 60px;
        max-width: 50px;
        max-height: 60px;
    }



    .products-image-large {
        width: 100px;
        height: 100px;
    }


    .product-image-slide {
        width: 50%;
        height: 30%;
    }



    .comment-replay {
        font-family: mit;
        font-size: 15px;
        font-weight: lighter;
    }


    .image-user-small {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
    }

    .image-user-medium {
        width: 100%;
        height: 100%;
        /*max-width: 80px;
    max-height: 80px;*/
    }

    .image-user-box-medium {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px;
    }

    .box-card-white {
        background-color: white;
        box-shadow: 0 0 5px rgb(0 0 0 / 0.15);
        border-radius: 4px;
    }

    .rating {
        width: 70px;
    }

    .rating-large {
        width: 70px;
        height: 18px;
    }

    .price-large {
        font-size: 13px;
        color: red;
    }

    .price-small-linethrough {
        font-size: 12px;
        text-decoration: line-through;
        color: #AEAEAE;
    }

    .product-text-title {
        font-size: 14px;
    }

    .products-title-large {
        font-size: 16px;
        color: black;
    }


    /*footer*/
    .go-to-up {
        color: white;
        text-align: center;
        background-color: #485769;
        font-size: 15px;
    }

    .hr-footer {
        color: #485769;
        background-color: #485769;
        border-color: #485769;
    }

    .footer-item-header {
        color: white;
        font-size: 16px;
        font-weight: bold;
        font-family: mit;
    }

    .footer-item {
        color: #9BC7DD;
        font-size: 15px;
        font-family: mit;
        margin-top: 10px;
    }

    .footer-links-background {
        background-color: #131A22;
    }

    .footer-links-title {
        text-align: left;
        color: white;
        font-size: 14px;
        /*margin: -5px;*/
        margin-top: -5px;
    }

    .footer-links-subtitle {
        text-align: left;
        font-size: 13px;
        margin: -5px;
    }

    .color-white {
        color: white;
    }

    .color-red {
        color: red;
    }

    .color-black {
        color: black;
    }

    .color-sormei {
        background-color: steelblue;
    }


    .logo-header {
        height: 50%;
        width: 50%;
        float: right;
    }

    .logo-35 {
        height: 27px;
        width: 50px;
    }

    .header-top-table {
        width: 100%;
    }

    .header-shopingcart {
        width: 30px;
        height: 30px;
        /*   left:0px;
       right: 0px;*/
    }

    .header-shopingcart-image {
        position: absolute;
        z-index: 0;
        width: 30px;
        height: 30px;
        top: 0px;
        right: 40px;
        /*   left:0px;
    right: 0px;*/
    }

    .header-shopingcart-count {
        position: absolute;
        top: 0px;
        right: 30px;
        z-index: 0;
    }

    .header-signin {
        position: absolute;
        top: 3px;
        right: 5px;
        z-index: 0;
    }

    .logo-footer {
        height: 60px;
        width: 84px;
        margin: 10px;
    }


    .filter-textbox-price {
        max-width: 100%;
    }

    .anjoman-box {
        border-radius: 0px;
        margin: 0px;
    }

    .anjoman-title {
        font-size: 12px;
        /*margin-top: -15px;*/
    }

    .anjoman-footer-time {
        font-size: 9px;
        position: static;
        left: 0px;
        bottom: 0px;
        /*    margin-top: -15px;
    margin-bottom: -15px;*/
    }





    .topic-header-title-user {
        font-size: 12px;
        color: black;
    }




    .reference-categori-image {
        width: 60px;
        height: 60px;
    }

    .reference-tab-image {
        margin-right: 3px;
        margin-left: 3px;
        width: 85px;
        height: 50px;
    }

    .reference-image-original {
        width: 300px;
        height: 200px;
    }

    .reference-others-image {
        width: 100px;
        height: 100px;
    }


    .position-relative {
        position: relative;
    }

    .position-absolute {
        position: absolute;
    }


    .scroller {
        -webkit-clip-path: polygon(1% 2%, 99% 0%, 97% 95%, 4% 100%);
        background: rgba(245, 232, 211, 1);
        margin-bottom: 10em;
    }

    .fixed-bg {
        /*background-image: url("");*/
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .fixed-bg1 {
        background-image: url("../images/categories/z2.jpg");
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .fixed-bg2 {
        background-image: url("../images/categories/z3.jpg");
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .fixed-bg3 {
        background-image: url("../images/categories/plant.jpg");
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .fixed-bg4 {
        background-image: url("../images/categories/terarium.jpg");
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .fixed-bg5 {
        background-image: url("../images/categories/vivariom.jpg");
        position: fixed;
        top: 0px;
        right: 0px;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .slider-main-image {
        /*height:200px ;*/
        max-height: 300px;
        width: 1312px;
    }


    .slider-product1-width {
        width: 250px;
    }

    .slider-product1-post {
        width: 150px !important;
    }

    .slider-product1-box {
        /*    width: 150px;
    height: 180px;
    max-width: 150px;*/
        max-height: 150px;
        overflow: hidden;
        box-sizing: border-box;
        height: 50%;
    }

    .slider-image-product1 {
        max-height: 100% !important;
        max-width: 100% !important;
        /*max-height: 300px !important;*/
    }

    .max-height-230 {
        /*height:50px !important;*/
        max-height: 230px !important;
    }

    .height-120 {
        height: 120px !important;
    }

    .max-height-50 {
        height: 50px !important;
        max-height: 50px !important;
    }


    .max-height-35 {
        height: 35px !important;
        max-height: 35px !important;
    }



    .diplay-none {
        display: none;
    }


    .jssor_001 {
        position: relative;
        margin: 0 auto;
        top: 0px;
        left: 0px;
        width: 600px;
        height: 500px;
        overflow: hidden;
        visibility: hidden;
    }

    .jssor_002 {
        position: absolute;
        top: 0px;
        left: 0px;
        background: url('../images/loading.gif') no-repeat 50% 50%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .jssor_003 {
        cursor: default;
        position: relative;
        top: 0px;
        left: 0px;
        width: 600px;
        height: 500px;
        overflow: hidden;
    }

    .jssor_004 {
        position: absolute;
        bottom: 12px;
        right: 12px;
        ;
    }


    .jssor_005 {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }

    .jssor_006 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }


    .loading {
        width: 100%;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        left: 0px;
        z-index: 1000000;
        text-align: center;
        color: #fff;
        height: 100%;
        font-size: 25px;
        display: none;
    }


    /*jssor slider loading skin spin css*/
    .jssorl-009-spin img {
        animation-name: jssorl-009-spin;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes jssorl-009-spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /*jssor slider bullet skin 051 css*/
    .jssorb051 .i {
        position: absolute;
        cursor: pointer;
    }

        .jssorb051 .i .b {
            fill: #fff;
            fill-opacity: 0.5;
        }

        .jssorb051 .i:hover .b {
            fill-opacity: .7;
        }

    .jssorb051 .iav .b {
        fill-opacity: 1;
    }

    .jssorb051 .i.idn {
        opacity: .3;
    }

    /*jssor slider arrow skin 051 css*/
    .jssora051 {
        display: block;
        position: absolute;
        cursor: pointer;
    }

        .jssora051 .a {
            fill: none;
            stroke: #fff;
            stroke-width: 360;
            stroke-miterlimit: 10;
        }

        .jssora051:hover {
            opacity: .8;
        }

        .jssora051.jssora051dn {
            opacity: .5;
        }

        .jssora051.jssora051ds {
            opacity: .3;
            pointer-events: none;
        }



    .deleteImg {
        display: inline-block;
        position: absolute;
        top: 65px;
        right: 20px;
        background-color: rgba(255,0,0,0.6);
        color: white;
        /*  width: 150px;*/
        text-align: center;
    }

        .deleteImg:hover {
            text-shadow: 0px 0px 5px black;
            cursor: pointer;
        }

    .Sold-Item {
        filter: blur(2px);
    }

    .Sold-Text {
        background: none;
        margin: 25px 80px;
        position: absolute;
        color: red !important;
        z-index: 200;
        transform: rotate(-20deg);
        border: 1px solid red;
        border-radius: 5px;
    }

    .dir-ltr {
        direction: ltr !important;
    }



    .border-and-radius {
        border: 0.5px solid #333 !important;
        border-radius: 5px;
    }

    .height-300 {
        height: 300px !important;
    }

    .search-box {
        border: 1px solid #333 !important;
        border-radius: 5px;
        height: 400px;
        overflow: hidden;
    }


    .post {
        padding: 4px;
    }

    .product-slider-box {
        height: 180px;
        background-color: white;
        box-shadow: 0 0 5px rgb(0 0 0 / 0.15);
        border-radius: 5px;
    }

    .bg-white {
        background-color: white !important;
    }

    .margin-right-25 {
        margin-right: 25px;
    }

    .advertising-box {
        height: 250px;
        background-color: white;
        box-shadow: 0 0 5px rgb(0 0 0 / 0.15);
        border-radius: 5px;
    }


    .max-height-100 {
        max-height: 100% !important;
    }

    .max-width-100 {
        max-width: 100% !important
    }

    .btn-close {
        position: absolute;
        left: 20px;
        font-family: Tahoma;
        border-radius: 50%;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ff5959;
        border-color: #ff5959;
    }

    .box-factor {
        display: inline-block;
        border-radius: 15px;
        overflow: hidden;
    }

    .table > tbody > tr > td {
        border: 0;
        padding: 15px !important;
    }

    .table > tfoot > tr > td {
        padding: 20px 15px;
    }