    :root {
    scroll-behavior: smooth;
    --t_color:#FF5757;
    --white:#fff;
    --black:#000;
    --text_color:#000;
    --font: 'Raleway', sans-serif;
    --shadow: 0px 3px 6px #00000029;
    --btn_bg:#0F0F0F;
    --transition:all.35s ease-in-out;
}
  
body {
    font-family: var(--font);
    color: var(--text_color);
    font-size: 16px;
}

a {
    color: var(--t_color);
    text-decoration: none;
    cursor: pointer;
}
.box_shadow{
    box-shadow:var(--shadow);
}
a:hover {
    color: #FF5757;
    text-decoration: none;
}
  
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font);
    font-weight: 600;
}
h2{
    font-size: 35px;
}
.body_bg{
    background: #454545;
}
.hth_shop, .add_user_sec {
    max-width: 1800px;
    margin: 0 auto;
    width: 97%;
    padding: 50px 0 !important;
}
.add_user_sec{
    margin-top: 40px;
}
/* === Login Start === */
.login_sec{
    background: url('../images/Login-Bg.png') 100% no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.login_sec:after{
    content: '';
    position: absolute;
    left: 0;bottom: 0;top: 0;right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
.login_sec .logo img{
    width: 135px;
}
.login_sec .logo{
    margin-bottom: 25px;
}
.login_sec .container{
    z-index: 9;
}
.login_box{
    background: var(--white);
    padding: 45px 75px;
    border-radius: 64px;
    box-shadow: var(--shadow);
    text-align: center;
    width: 650px;
    margin: 0 auto;
}
.login_box .title{
    color: var(--btn);
    font-size: 21px;
    font-style: italic;
    margin-bottom: 35px;
}
.login_form{
    width: 375px;
    margin: 0 auto;
}
.login_form label{
    font-weight: 600;
    color: var(--btn_bg);
    margin-bottom: 3px;
    font-style: italic;
}
.login_form .form-group{
    text-align: left;
    margin-bottom: 25px;
}
.login_form .form-group .form-control{
    border: 1px solid #707070;
    border-radius: 11px;
    height: 50px;
    padding: 20px;
}
.f_10{
    font-size: 10px;
    font-style: italic;
    color: var(--black);
}
.login_form .form-group .form-control:focus{
    border: 1px solid var(--t_color);
    outline: none;
    box-shadow: none;
}
::placeholder{
    font-size: 10px;
    opacity: 1;
    color: var(--btn_bg);
    font-style: italic;
    font-weight: var(--black);
}
.btn.form_btn {
    display: block;
    background: var(--btn_bg);
    width: 100%;
    padding: 25px 23px;
    text-align: left;
    line-height: 0;
    color: var(--white);
    font-style: italic;
    position: relative;
    border-radius: 11px;
}
.btn.form_btn:focus{
    outline: none;
    box-shadow: none;
}
.btn.form_btn:after {
    content: '';
    position: absolute;
    background: white;
    height: 1px;
    width: 63%;
    right: 25px;
}
.cus_btn{
    background: #FF5757;
    box-shadow:var(--shadow);
    border-radius: 30px;
    padding: 13px 33px; 
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}
.cus_btn:hover{
    color: var(--white);
}
/* === Login End === */

/* === Shop start === */
.header {
    transition: all 0.5s;
    background: var(--white);
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: var(--shadow);
}
.header .header_logo img{
    width: 85px;
    transition: all 0.5s;
}


.shadow_btn{
    background:var(--white);
    box-shadow:var(--shadow);
    border-radius:30px;
    font-size: 20px;  
    padding: 8px 40px;
    color: #4A4A4A;
    font-style: italic;
}
.shadow_btn:hover{
    color: #4A4A4A;
}

.hth_shop{
    background:var(--white);
    box-shadow: 12px 6px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 106px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 85px 110px !important;
}
@media (max-width:1366px){
    .hth_shop{
        padding:75px 85px !important
    }
}

.hth_shop .box_shadow{
    border-radius: 79px;
}

.hth_shop .row .col{
    padding: 0;
}
.hth_shop .row .bg_imgs .img-fluid {
    width: 100%;
    object-fit: cover;
    border-radius: 0 79px 79px 0;
    height: 600px;
}
.hth_shop .row .col.contetn{
    padding: 50px 50px 90px 50px;
    position: relative;
} 
.hth_shop .shadow_btn{
    font-weight: 600;
    font-style: italic;
    padding: 17px 75px;
    position: absolute;
    bottom: 60px;
}
.hth_shop .shadow_btn img{
    margin-bottom: 3px;
}
.hth_shop .bg_img{
    background: url('../images/BestNeighbourhoods.png') 100% no-repeat;
    min-height: 470px;
    width: 100%;
    border-radius:  0 79px 79px 0;
}

.hth_shop .products{
    padding: 50px 55px;
    margin-bottom: 100px;
}
@media (max-width: 1366px){
    .hth_shop .products{
        padding: 50px 45px; 
    }
}
.products .proudct_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
}
.products .product .box_shadow{
    border: 2px solid transparent;
    transition: var(--transition)
}

.products .product .box_shadow{
    padding-bottom: 20px;
    border-radius: 0px 0px 41px 41px;
}
.product.simple_product .product_con {
    padding-top: 50px;
}
.variation_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 23px;
    font-style: italic;
}

.product_variation .colors, .product_variation .size{
    box-shadow:var(--shadow) ;
    border-radius: 23px;
    margin: 0 30px 20px 30px;
    padding: 20px;
}
.products_title{
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.product_variation .d-flex {
    display: flex;
    justify-content: center;
}
.product_variation .form-check {
    padding: 0;

}

.product_variation .form-check .form-check-input{
    opacity: 0;
}
.product_variation .form-check .form-check-label{
    height: 44px;
    width: 18px;
    border-radius: 100px;
    box-shadow: var(--shadow);
    border: 1px solid transparent;
    margin: 0 3px;
}
.product_variation .form-check .form-check-input:checked + .form-check-label{
    border-color:#000;
}
.product_variation .size .form-check{
    margin: 0 !important;
}
.product_variation .size .form-check .form-check-label{
    width: 34px;
    height: 34px;
    background: var(--white);
    margin: 3px 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hth_shop .all_product .products .product .cus_btn{
    width: auto;
    margin-top: 15px;
}
.hth_shop .all_product .product_variation{
    text-align: center;
}
.product_variation .size .d-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_variation .size .form-check {
    padding: 0;
    margin: 0 6px;
    position: relative;
}
.product .proudct_title{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
}
.product .product_con{
    font-size: 20px;
    text-align: center;
    font-style: italic;
}
.mx_5{
    margin:0 50px;
}
.pagination .d-flex{
    padding: 17px 70px ;
    align-items: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}
.pagination button{
    border: 0;
    background: transparent;
}
.pagination button img {
    height: 28px;
}
/* === Shop End === */


/* === 06-07-2021 start ===*/

.admin_panel .login_box{
    width: 1040px;
    box-shadow: 6px 12px 6px #00000029;
    background: rgb(255 255 255 / 98%);
    padding: 70px 75px 100px 75px;
}
.admin_panel .d-flex{
    flex-wrap: wrap;
}
.admin_panel .admin_btn{
    min-width: 50%; 
}
.admin_panel .admin_btn .shadow_btn{
    width: 350px;   
    font-style: italic;
    height: 70px;
    display: flex;
    border-radius: 50px;
    margin: 0 auto;
    align-items: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 65px;
    color:#000;
}
.admin_panel .mb_100{
    margin-top: 35px;
    margin-bottom:100px ;
}
.admin_panel .admin_btn .shadow_btn img {
    margin-right: 23px;
}
.admin_panel .title {
    font-size: 25px;
}

/*===  Admin User Start===*/
.add_user_sec{
    background: url('../images/svg/add_user_bg.svg') 100% no-repeat;
    background-position: bottom right;
    padding: 50px;
}
.add_user_box{
    position: relative;
    box-shadow: 6px 12px 6px #00000029;
    background: rgb(255 255 255 / 98%);
    padding: 35px 35px;
    border-radius: 45px;
}
.add_user_box .heading{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-style: italic;
}
/*===  Admin User End===*/

.add_user_form .form-group .form-control,
.add_user_form .form-check-group,
.cart_form .form-group textarea.form-control{
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    font-style: italic;
    font-size: 14px;
    padding: 17px 15px;
    border:0;
    margin-bottom: 16px;
    background-image: url('../images/svg/feather-user.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center left 20px;
    height: 55px;
    font-weight: 600;
    text-indent: 33px;
}
.add_user_form .form-group.securty_number .form-control{
    background-image: url('../images/svg/Personnummer.svg');
}
.add_user_form .form-group.address .form-control{
    background-image: url('../images/svg/address.svg');
}
.add_user_form .form-group.zip_code .form-control{
    background-image: url('../images/svg/postnummer.svg');
}
.add_user_form .form-group.hus_lgh .form-control{
    background-image: url('../images/svg/location-outline.svg');
}
.add_user_form .form-group.email_address .form-control{
    background-image: url('../images/svg/email.svg');
}
.add_user_form .form-group.phone .form-control{
    background-image: url('../images/svg/phone.svg');
}
.add_user_form .form-group.user_name .form-control{
    background-image: url('../images/svg/user-alt.svg');
}
.add_user_form .form-group.password .form-control,
.add_user_form .form-group.pris .form-control{
    background-image: url('../images/svg/pass.svg');
}
.add_user_form .form-group.add_project .form-control{
    background-image: url('../images/svg/next-outline.svg');
}
.add_user_form .form-check-group{
    background-image: url('../images/svg/roll.svg');
}


.add_user_form .form-group .form-control::placeholder{
    color: #000;
}
.add_user_form .form-check-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

.add_user_form .submit_btn{
    background: #FF5757;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    padding: 15px 33px; 
    text-align: center;
    margin-top: 25px;
    width: 100%;
    color: #fff;
    font-style: italic;
}


/* === DataTable=== */
.add_user_sec .table-responsive {
    overflow: visible;
    position: relative;
}
.add_user_sec .table.dataTable{
    background: #FFFFFF ;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 49px;
}
.table.dataTable .sorting{
    font-style: italic;
    background: url('../images/svg/sort-alpha-down.svg') 100% no-repeat;
    background-position: left 15px center;
    font-size: 14px;
    padding: 26px ;
    padding-left: 45px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}
.add_user_sec .sorting_desc + .sorting {
    padding-left: 85px;
    background-position: left 56px center;
}
.hth_shop .row.box_shadow .text{
    line-height: 40px;
}
.add_user_sec #full_name {
    padding-left: 70px;
}

.table.dataTable tbody tr td {
    text-align: left;
    font-size: 13px;
    color: #0F0F0F;
    border: 0;
    padding: 15px 15px;
    vertical-align: middle;
    font-style: italic;
}
.table.dataTable tbody tr td:first-child{
    padding-left: 35px;
}
.table.dataTable .sorting:first-child{
    padding-left: 100px;
    background-position: left 60px center;
}

.table.dataTable thead > tr{
    border-top: 0 !important;
    border-bottom: 0;
}
.table.dataTable tr:last-child{
    border-bottom: 0;
}
.table.dataTable tr:last-child td{
    padding-bottom: 35px;
}
.table .table_btn, .stock_projekts .item .table_btns .cus_btn{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    font-size: 9px;
    padding: 9px 17px;
    display: inline-block;
    color: #0F0F0F;
    font-weight: 600;
}
.table .remove .table_btn, .table .table_btn.remove{
    background: #FF5757;
    color: #fff;
    width: max-content;
}
.cus_data_table .dataTables_wrapper .row:last-child, 
.cus_data_table .dataTables_wrapper .row:first-child,
.create_category_btn{
    position: absolute;
    right: 2%;
    background: #FFFFFF;
    box-shadow: 6px 12px 6px #00000029;
    border-radius: 30px;
    padding: 21px 23px;
    display: flex;
    align-items: center;
    height: 100px;
    
}
.cus_data_table .dataTables_wrapper .row:first-child{
    top: 100%;
    left: 3%;
    right: unset;
    background: rgb(255 255 255 / 97%);
}
.cus_data_table .dataTables_wrapper .row:first-child .col-md-6:first-child{
    display: none;
}
.cus_data_table .pagination{
    margin-bottom: 0;
    justify-content: center;
}
.cus_data_table .dataTables_info{
    width: max-content;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.cus_data_table .pagination .paginate_button a{
    font-size: 0;
    border: 0;
    background: url('../images/svg/arrow-right.svg') 100% no-repeat;
    padding: 5px 17px;
}
.cus_data_table .pagination .paginate_button.previous a{
    background-image: url('../images/svg/arrow-left.svg');
}
.cus_data_table .pagination .paginate_button a:focus{
    box-shadow: none;
    outline: none;
}
.cus_data_table .dataTables_filter .form-control{
    background-image: url('../images/svg/search.svg');
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    width: 300px;
    padding: 15px 18px;
    padding-left: 46px;
    background-position: center left 20px;
    border: 0;
}
.ms_4{
    margin-left: 1.5rem;
}
.back_arrow, .customer_trolley .btn-close{
    background: #ff5757;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    display: block;
    text-align: center;
    line-height: 27px;
    position: absolute;
    top: 30px;
}
.back_arrow img{
    width: 15px;
}
@media (max-width:1366px){
    .table.dataTable .sorting:first-child {
        padding-left: 50px;
        background-position: left 20px center;
    }
    .table.dataTable tbody tr td:first-child {
        padding-left: 15px;
    }
    .ms_4{
        margin-left: 0;
    }
    .summering_sec .table.dataTable tbody tr td:first-child{
        text-align: left;
        padding-left: 70px;
    }
    .summering_sec .table .name, .summering_sec .table .email{
        display: block;
    }
    .summering_sec .table.dataTable .sorting:first-child {
        padding-left: 60px;
        background-position: left 31px center;
    }
}

/* === Summering Start=== */
.add_user_sec.summering_sec{
    background: url('../images/svg/summering_bg.svg') 100% no-repeat;
    background-position: bottom center;
    padding:80px 50px;
    padding-bottom: 170px;
}
.summering_sec .table.dataTable tbody tr td:first-child {
    padding-left: 70px;
}

.table.dataTable .downloads.sorting {
    background-image: none !important;
    text-align: right;
    padding: 17px 50px 17px 0;
    width: 40% !important;
}
.table.dataTable .downloads .table_btn{
    font-size: 13px;
    font-weight: 600px;
    padding: 7px 32px;
}
.table.dataTable .table_btn.active{
    background: #FF5757;
    color: #fff;
}
.summering_sec .cus_data_table tbody tr td:last-child{
    text-align: right;
    padding: 9px 15px;
    padding-right: 50px;
}
.summering_sec .table.dataTable tbody tr td {
    padding-left: 36px;
}
.summering_sec .table_btn {
    background: #ffffff;
    color: #000;
}
.summering_sec .download_btns{
    display: flex;
    justify-content: flex-end;
}
.add_user_sec .table .size span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.summering_sec .download_btns .check, 
.create_pro_sec .upload_img .upload_icon,
.add_user_sec .table .size span span{
    width: 31px;
    height: 31px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 31px;
    margin-left: 18px;
}
.add_user_sec .table .size span span{
    margin: 0 3px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.summering_sec .download_btns .check.checked{
    background: #FF5757;
}
.summering_sec .download_btns .check.checked img{
    filter: invert(1);
}
.summering_sec .table.dataTable{
    margin-bottom: 50px;
}
.add_user_form .form-check-group span{
    font-size: 10px;
}
/* === Summering End=== */


/* === 07-06-2021 New End ===*/

.add_user_sec.create_pro_sec{
    background: url('../images/product-svg/create_prodcuts_bg.svg') 100% no-repeat;
    background-position: bottom left;
    padding: 50px;
}

.create_pro_sec .fils_heading .form-control{
    background-image: url('../images/product-svg/text-format.svg');
}
.create_pro_sec .art_no .form-control{
    background-image: url('../images/product-svg/upc.svg');
}
.create_pro_sec .color_piker .form-control{
    background-image: url('../images/product-svg/colors.svg');
}
.create_pro_sec .size_fild .form-control{
    background-image: url('../images/product-svg/resize-both.svg');
}
.create_pro_sec .form-check-group,
.create_cat_page #EditProductForm .form-check-group{
    background-image: url('../images/product-svg/select.svg');
}
.create_pro_sec .add_categoory .form-control{
    background-image: url('../images/product-svg/classification.svg');
}

.add_user_form .upload_img{
    font-size: 11px;
    height: 170px;
    box-shadow: var(--shadow);
    border-radius: 29px;
    background:#fff;
    padding: 17px 20px;
    position: relative;
}
.add_user_form .upload_img .from-label{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}
.create_pro_sec .upload_img .upload_icon{
    background-color: var(--t_color);
}
.create_pro_sec .upload_img .upload_icon img{
    width: 16px;
}
.add_user_form .upload_img .from-label:after{
    content: '';
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
    background-color: transparent;
}
/* === 06-07-2021 End ===*/

/* === 07-07-2021 Start ===*/
.add_user_sec .table .img.sorting, .table.dataTable .no_filter.sorting {
    background-image: none;
}
.add_user_sec .table .size span{
    margin: 0 auto;
}

.add_user_sec .proudct_img img {
    width: 90px;
    height: 50px;
    border: 0;
    object-fit: cover;
    box-shadow: var(--shadow);
}
.create_pro_sec .table.dataTable .sorting:first-child {
    padding-left: 70px;
    background-position: left 60px center;
}

.add_user_sec .table td.colors span,.color_piker_data span,#_productColor span
{
    width: 11px;
    height: 31px;
    box-shadow: var(--shadow);
    border-radius: 10px;
    border-radius: 10px;
    margin: 2px 2px;
    display: inline-block;
}
.cus_data_table .table .table_btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 13px;
    padding-right: 35px;
}
.cus_data_table .table .table_btns .table_btn{
    margin: 0 5px;
}
.cus_data_table .table .table_btn.remove,
.stock_projekts .item .table_btns .cus_btn.remove{
    background: var(--t_color);
    color: var(--white);
    width: max-content;
}

.create_pro_sec {
    margin-bottom: 110px;
}
.create_pro_sec .table.dataTable{
    margin-bottom: 30px;
}
.create_pro_sec .create_category_btn {
    left: 410px;
    right: unset;
}
.form-check-group .check-group .check_label {
    display: block;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #000;
    margin-top: -22px;
    position: relative;
    z-index: 9;
    margin-right: 7px;
    top: -1%;
    left: -8%;
    box-shadow: var(--shadow);
    cursor: pointer;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    text-indent: 0;
}
.create_cat_sec .form-check-group .check-group{
    position: relative;
    right: 17px;
}
.create_cat_sec .form-check-group .check-group .check_label {
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 79%;
}
.form-check-group .check-group .form-check-input:checked + .check_label{
    background: var(--t_color);
    color: #fff;
}

/* === Create Category Start === */

.create_cat_sec .form-group.category_name .form-control,
.create_project .form-group.project_name .form-control{
    background-image:url('../images/product-svg/text-format.svg') ;
}
.create_cat_sec .form-check-group.number_val{
    background-image:url('../images/svg/list-checked.svg') ;
}
.create_cat_sec .add_user_box{
    border: 1px solid #707070;
}
.create_cat_sec .submit_btn {
    margin-top: 10px;
}

.create_cat_sec .all_categories{
    border: 0;
}
.create_cat_sec .all_categories {
    border: 0;
    padding: 35px 0 10px 0;
}

.all_categories .table tr:last-child td{
    border-bottom: 0;
    padding-bottom: 15px;
}
.all_categories .table tr:last-child td:first-child{
    border-radius: 0 0 0 45px;
}
.all_categories .table tr:last-child td:last-child{
    border-radius: 0 0 45px  0;
}
.all_categories .table  tr td{
    padding: 15px 20px;
    font-size: 13px;
    background: var(--white);
    vertical-align: middle;
}

.all_categories .table_btns {
    display: flex;
    justify-content: flex-end;
}
.all_categories .table .table_btn {
    margin-left: 13px;
}
.ms_100{
    margin-left: 50px;
}
.countertops td{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.countertops{
    width: 25%;
}
.create_cat_sec tbody.d-flex{
    align-items: center;
    flex-wrap: wrap;
    border: 0;
}

.create_cat_sec .table tbody tr td {
    font-size: 12px;
    line-height: 13px;
    border: 0;
}
.countertops .size, .countertops .colors{
    display: flex;
    justify-content: center;
}
.create_cat_sec .countertops .colors span{
    width: 5px;
    height: 16px;
    display: block;
    border-radius: 6px;
    margin: 0 2px;
}
.create_cat_sec .countertops .size span{
    width: 16px;
    height: 16px;
    font-size: 6px;
    line-height: 16px;
    margin: 0 2px;
}
.countertops .product_info {
    margin: 0 5px;
}
.countertops .product_EU .circle,
.cart_products .remove_product{
    display: block;
    height: 31px;
    width: 31px;
    box-shadow: var(--shadow);
    border-radius: 50%;
    margin: 5px 0;
    background-image: url('../images/svg/trash.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--t_color);
    cursor: pointer;
}
.countertops .product_EU .circle.edit{
    background-image: url('../images/svg/edit.svg');
    background-color: var(--white);
}
.create_cat_sec .proudct_img img {
    width: 70px;
}
.create_cat_sec tbody tr{
    box-shadow: 0px 1px 2px #00000029;
    border: 0;
}
.create_cat_sec .cus_data_table h2.heading{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: var(--black);
    text-transform: uppercase;
    padding: 20px 0 25px 0;
}
.create_cat_sec .table.dataTable{
    background-color: transparent;
    box-shadow: none;
    border-right: 0;
    margin-bottom: 0;
}
.create_cat_sec .cus_data_table{
    background: #FFFFFF;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 49px;
}
.create_cat_sec .dataTables_wrapper .row:last-child, .create_cat_sec .dataTables_wrapper .row:first-child{
    margin-top: 35px;
}
.create_cat_sec .table.dataTable tbody tr td:first-child {
    padding-left: 15px;
}
/* === Create Category Start === */

@media (max-width:1366px){
    .cus_data_table .table .table_btns{
        padding-right:15px;
    }
    .create_pro_sec .dataTables_filter .form-control {
        width: 250px;
    }
    .create_pro_sec .create_category_btn {
        left: 350px;
    }
    .ms_100{
        margin-left: 30px;
    }
    .create_cat_sec .proudct_img img {
        width: 50px;
    }
    .countertops .product_EU .circle{
        height: 25px;
        width: 25px; 
    }
    
}

/* === 07-07-2021 End ===*/

/* === 13072021 start === */
.change_products .form-check-group .check-group .check_label {
    font-size: 9px;
    width: auto;
    height: auto;
    padding: 3px 15px;
} 

.create_project .add_user_form .form-group.upload_img{
    margin-bottom: 16px;
}
.create_project .add_user_form .form-group.project_name + .form-group.upload_img {
    height: 55px;
    padding: 11px 20px;
    margin-bottom: 16px;
}
.create_project .add_user_form .form-group.project_name + .form-group.upload_img .from-label{
    position: relative;
    background: #fff;
}
.create_project .add_user_form #OldProjectPdf {
    border: 0;
    position: absolute;
    top: 38%;
    left: 14%;
}
.create_project .add_user_form #OldProjectPdf:focus{
    outline: none;
    box-shadow: none;
}
.create_project .form-group textarea.form-control,
.cart_form .form-group textarea.form-control{
    height: 170px;
    background-image: url("../images/svg/text-center.svg");
    background-position: top 19px left 17px;
    resize: none;
}
.cus_data_table .copy_btn{
    background: url("../images/svg/copy.svg") 100% no-repeat;  
    height: 31px;
    width: 31px;
    display: block;
    box-shadow: var(--shadow);
    background-position: center;
    border-radius: 50%;
    margin-right: 11px;
    cursor: pointer;
}
.cus_data_table td .link{
    color: var(--black);
}
.create_project .table.dataTable .sorting:first-child {
    background-position: left 40px center;
}

.create_project .project_url.sorting{
    cursor: unset;
    background: none !important;
}

.create_project .cus_data_table .table .table_btns {
    margin-top: 0;
    align-items: center;
}
.create_project .col.ms_4 {
    margin-left: 50px;
}
.create_project .add_user_form .upload_img span{
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
}
@media (max-width:1366px){
    .create_project .col.ms_4 {
        margin-left: 35px;
    }
}
.cus_box{
    position: relative;
    box-shadow: 6px 12px 6px #00000029;
    background: var(--white);
    padding: 35px 35px;
    border-radius: 45px;
}
/* === stockholm start === */
.stockholm_sec{
    background-image: url('../images/svg/stockholm_bg.svg');
    background-position: bottom 20px left 50px;
}
/* === 13072021 start === */


/* === 14072021 start === */
.stockholm_sec .kategorier .cus_btn{
    width: 275px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.stockholm_sec .heading{
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.stockholm_sec .kategorier h3.heading{
    font-size: 16px;
    letter-spacing: 1.6px;
}
.stockholm_sec .back_arrow {
    top: 35px;
    left: 35px;
}
.stockholm_sec .cus_box.show_categories {
    padding: 0;
    padding: 35px 0;
}
.stockholm_sec .categories_list {
    list-style: none;
    padding-left: 0;
}
.stockholm_sec .categories_list .item,
.cart_products .product_item{
    display: flex;
    font-style: italic;
    align-items: center;
    justify-content: space-between;
    padding: 11px 25px 11px 35px;
    box-shadow: rgba(0, 0, 0, 0.46) 0px 3px 6px;
    background: var(--white);
    font-size: 13px;
}
.stockholm_sec .categories_list .item .plus{
    box-shadow:var(--shadow);
    cursor: pointer;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: block;
    background: url('../images/product-svg/plus.svg') 100% no-repeat;
    background-color: var(--t_color);
    background-position: center;
    background-size: 16px;
    font-size: 0;
}
.stockholm_sec .categories_list .item .plus.clickable{
    background-image: url('../images/product-svg/minus-solid.svg');
    background-size: 16px;
}
.stockholm_sec .search_category .cus_btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 17px;
    font-style: italic;
    background: var(--white);
    color: var(--black);
}
.stockholm_sec .search_category{
    display: flex;
    margin-top: 25px;
    padding: 0 25px;
    align-items: center;
}
.stockholm_sec .search_category .input-group .form-control{
    box-shadow: var(--shadow);
    border-radius: 25px;
    border: 0;
    height: 37px;
    font-size: 13px;
    font-style: italic;
}
.stockholm_sec .input-group .form-control::placeholder{
    font-weight: 600;
    font-style: italic;
}

.stockholm_sec .stock_user .item .check, 
.edit_category .countertops .product_EU .check{
    box-shadow:var(--shadow);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: block;
    background: url('../images/svg/check.svg') 100% no-repeat;
    background-color: var(--white);
    background-position: center;
    cursor: pointer;
    background-size: 16px;
}
.stockholm_sec .stock_user .item .check.checked, .edit_category .countertops .product_EU .check.checked{
    background-image: url('../images/svg/white-check.svg');
    background-color: var(--t_color);
}
.stockholm_sec .stock_user .search_category{
    padding: 0 50px;
    margin-bottom: 20px;
}
.stockholm_sec .settings .submit_btn {
    margin-top: 15px;
}
.stock_projekts .item .table_btns{
    display: flex;
    align-items: center;
}
.stock_projekts .item .table_btns .cus_btn{
    margin-left:15px;
    width: auto;
}
.stock_projekts .item .kok{
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}
.stock_projekts .edit_project{
    width: 190px;
    border: 0;
    border-bottom: 1px solid var(--t_color);
    font-size: 13px;
}
.stock_projekts .edit_project:focus{
    outline: none;
    box-shadow: none;
}
.cus_box.show_categories.first .kategorier h3.heading {
    margin-bottom: 60px;
}
.stock_projekts .categories_list .item:last-child{
    box-shadow: none;
}
.edit_category .countertops {
    width: 50%;
}
.edit_category .product_info .heading{
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: unset;
    text-align: left;
    font-weight: 400;
}
.edit_category table.table.table-bordered.dataTable {
    /* box-shadow: var(--shadow); */
    border-radius: 0;
}
.edit_category .table.dataTable tr:last-child td {
    padding-bottom: 17px;
}
.edit_category .countertops .product_EU .check{
    margin-bottom: 10px;
}
.edit_category .table.dataTable tbody tr td {
    padding: 17px 15px;
}
.edit_product .edit_product_form {
    padding: 0 35px;
}
.edit_product .form-check-group .check-group .check_label {
    padding: 1px 12px;
    font-size: 7px;
    line-height: 21px;
    left: 9px;
}
.edit_product .add_user_form .form-group .form-control, .edit_product .add_user_form .form-check-group {
    font-size: 12px;
    padding: 11px 15px;
    margin-bottom: 15px;
    background-size: 15px;
    height: 45px;
}
.edit_product .add_user_form .upload_img {
    font-size: 15px;
    height: 135px;
    padding: 17px 20px;
}
.stockholm_sec .create_pro_sec {
    margin-bottom: 35px;
}
@media (max-width:1366px){
    .stockholm_sec .heading{
        font-size: 20px;
    }
    .edit_category .countertops .product_EU .check{
        width: 25px;
        height: 25px;
        background-size: 14px;
    }
}
/* === 14072021 start === */

.hth_shop .contetn .heading{
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
}
.kok_heading {
    text-align: center;
    font-size: 68px;
    text-transform: uppercase;
    margin: 66px 0 31px 0;
    font-style: italic;
    font-weight: 900;
}
.customer_trolley .modal-content{
    border-radius: 87px;
    padding-bottom: 50px;
}

.customer_trolley .btn-close{
    top: 87px;
    opacity: 1;
    left: 50px;
}
.customer_trolley .modal-title{
    text-align: center;
    font-size: 35px;
    font-style: italic;
    margin: 0 auto;   
    padding: 75px 0 75px 0;
}
.cart_products .pro_img img{
    width: 135px;
    height: 75px;
    object-fit: cover;
}
.cart_products .product_item{
    align-items: flex-start;
}
.cart_products .product_item strong{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 17px;
    display: block;
}
.cart_products .pro_color .color{
    width: 85px;
    height: 35px;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.cart_products .pro_price .price {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-top: 30px;
}
.cart_products .product_item .pro_size .size{
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: var(--shadow);
    text-align: center;
    line-height: 40px;
}
.cart_products .remove_product {
    margin-top: 46px;
}
.stockholm_sec .categories_list .item, .cart_products .product_item {
    padding: 11px 40px;
    font-weight: 500;

}
.cart_products .totle_price {
    text-align: right;
    padding: 35px 50px 0 0;
    font-weight: 600;
    font-style: italic;
}
.cart_products .cart_form{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 35px 50px 0px 50px;
}
.cart_products .cart_form .form-group{
    width: 75%;
    margin-right: 35px;
}
.cart_products .form_btns{
    width: 25%;
}
.cart_products .form_btns .cus_btn{
    font-weight: 600;
    font-style: italic;
    border: 0;
}
.cart_products .form_btns .cus_btn.save, 
.save_after_popup .cus_btn.go_back{
    margin-bottom: 35px;
    background-color: var(--white);
    color: var(--black);
}
.cart_products .form_btns .cus_btn.cart_submit{
    padding: 25px 0;
}
.cart_form .form-group textarea.form-control::placeholder{
    font-weight: 600;
    font-style: italic;
    color: var(--black);
}
.save_after_popup {
    padding: 65px 50px 15px 50px;
}
.save_after_popup .heading {
    font-style: italic;
    margin-bottom: 65px;
    text-align: center;
    text-transform: uppercase;
}
.save_after_popup .cus_btn{
    width: 250px !important;
    display: block;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
}
.save_after_popup .col.text{
    text-align: justify;
    line-height: 29px;
}
.save_after_show_popup .save_after_popup.d-none,
.submit_after_show_popup .submit_after_popup.save_after_popup.d-none{
    display: block !important;
}
.save_after_show_popup .cart_products,
.save_after_show_popup .modal-header,
.save_after_show_popup .submit_after_popup.save_after_popup.d-none,
.submit_after_show_popup .cart_products,
.submit_after_show_popup .modal-header,
.submit_after_show_popup .save_after_popup{
    display: none !important;
}
.all_product .products:last-child{
    margin-bottom: 55px;
}
.add_user_sec .dataTable tr td.change{
    padding-right: 5px;
    text-align: right;
}
.create_pro_sec .table.dataTable .table_btns p{
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

/*=== 20072021 start Css===*/
.add_user_form .upload_img .form-control + img{
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 100px;
    object-fit: contain;
}

select.form-control{
    -webkit-appearance: auto;
}
.cus_btn.saveProjects, .saveUserProject{
    width: 75%;
    display: block;
    margin: 20px auto;
}
.admin_page .header> .header_logo> a > img.img-fluid{
    position: unset !important;
}
.CategoryTable .table.dataTable tr:last-child td {
    padding-bottom: 15px;
}

.cus_data_table.CategoryTable .dataTables_wrapper .row:first-child{
    display: none !important;
}
.EditCategoryPage .form-check-group .check-group{
    right: 10px;
}
.EditCategoryPage .form-check-group .check-group .check_label {
    height: unset;
    width: 60px;
    font-size: 9px;
    position: relative;
    left: 8%;
    top: 1%;
}
.create_pro_sec .saveUserSlug{
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
#_productColor span
{
	position:relative;
	margin-right:5px;
}
#_productColor span .close_clr{
	cursor:pointer;
    width: 9px;
	position: absolute;
    right: -4px;
    top: -6px;
}
#_productColor, #U_productColor{
    position: relative;
	background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 600;
    min-height: 55px;
}
#U_productColor{
    position: relative;
}
#_productColor #_productColor_txt, #EditProductColor{
    border: 0;
     margin-bottom: -15px;
    padding: 17px 35px;
    background-image: url(../images/product-svg/colors.svg) !important;
    background-repeat: no-repeat;
    background-size: 17px; 
    background-position: center left 20px;
    border-radius: 30px;
    width:100%;
    z-index: 9;
    position: relative;
    background-color: transparent;       
     text-indent: 10px;
}
.product_color_show {
    position: absolute;
    left: 45px;
    top: 24%;
    z-index: 91;
}
#_productColor #_productColor_txt:focus{
    outline: none;
    box-shadow: none;
}

/*=== 20072021 End Css===*/
.customer_trolley .product_item{
    align-items: center;
}
.customer_trolley .product_item .pro_price {
    width: 55%;
}
.table.dataTable .sorting.user_telefon{
        background-image: url("../images/svg/sort-numeric-down.svg");
}

.create_pro_sec .table.dataTable tbody tr td {
    padding: 11px 15px 11px 45px;
}
.create_product_page .table.dataTable tbody tr td {
    padding:15px;
    font-weight: 600;
}

.product_color_field + span {
    margin-left: 39px !important;
}

#_productColor_txt,#EditProductColor{ color:#fff!important; }

#U_productColor span {
    position: relative;
    margin-right: 5px;
}
.uproduct_color_show {
    position: absolute;
    left: 45px;
    top: 24%;
    z-index: 91;
}
#U_productColor span {
    width: 11px;
    height: 31px;
    box-shadow: var(--shadow);
    border-radius: 10px;
    border-radius: 10px;
    margin: 2px 3px;
    display: inline-block;
}
#U_productColor span .close_clr {
    cursor: pointer;
    width: 9px;
    position: absolute;
    right: -4px;
    top: -6px;
}
.edit_product.EditCategoryProductSection {
    padding: 0 30px;
}

@media (max-width:1366px){
    .hth_shop .all_product .products .product {
        padding: 0 25px !important;
    }
}
.hth_shop .all_product .products .product {
    padding: 0 15px;
    margin-bottom: 35px;
}

/*=== 11-08-2021 start css===*/

#variationProduct {
    width: auto;
    font-style: italic;
    margin: 0 auto;
}

/*.edit_category.create_pro_sec .cus_box.show_categories {
    padding-top: 0;
}
.edit_category.create_pro_sec .cus_box.show_categories .heading{
    margin-bottom: 50px;
}*/

/*=== 11-08-2021 End css===*/

/*=== 19-8-2021 ===*/
.cart_products .pro_color .emptyColor{
    width: 85px;
    height: 35px;
    border-radius: 30px;
    /*box-shadow: var(--shadow);*/
}
.cart_products .product_item .pro_size .emptySize {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* box-shadow: var(--shadow); */
    text-align: center;
    line-height: 40px;
}

.product.selectedDiv .box_shadow{
   border: 2px solid var(--btn_bg);
}

@media (max-width: 767px){
    .hth_shop .contetn .heading {
        font-size: 35px;
    }
    .hth_shop {
        margin: 50px 5px !important;
        padding: 50px 30px !important;
    }
    .kok_heading {
        font-size: 35px;
        margin: 50px 0 31px 0;
    }
    .hth_shop .all_product .products .product {
        padding: 0 0 !important;
    }
    .hth_shop, .add_user_sec {
        width: 95%;
    }
}


/* Madhuri css start */
.btn_logout_ok,.btn_logout_ok:hover
{
    background: #FF5757;
    box-shadow: var(--shadow);
    border-radius: 30px;
    padding: 13px 33px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}
#Logout_Modal .modal-body
{
	padding: 1.5 rem 1rem;
}
#Logout_Modal h5
{
	font-size: 1.15rem;
}
#Logout_Modal
{
	top: 200px;
}
.product.selected_Div .box_shadow{
   border: 2px solid #f00606!important;
}
/* Madhuri css end */
#Logout_Modal .modal-content {
    border-radius: 50px;
    border: 0;
    padding: 50px 45px;
    text-align: center;
}
#Logout_Modal .shadow_btn.btn_logout_close {
    display: none;
}
#Logout_Modal .modal-body{
    padding: 0;
    padding-bottom: 15px;
}
#Logout_Modal .modal-footer {
    justify-content: center;
    border-top-color: #777;
    padding-bottom: 0;
    padding-top: 20px;
}

@media (max-width: 767px){
    #Logout_Modal .modal-content {
        padding: 35px 30px;
    }
    #Logout_Modal .modal-body {
        padding-bottom: 0;
    }
}