body.loading {
    background: transparent;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #656565;;
    font-weight: 600;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #656565;
}
#cboxLoadingGraphic{
    position: relative;
    background: none !important;
}
body.loading:after,
#cboxLoadingGraphic:after{
    font-family: WooCommerce;
    content: "\e01c";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 24px;
    color: #ff6a00;
    z-index: 9;
    opacity: 1;
    line-height: 60px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
h1, h2, h3, h4, h5, h6, th{
    font-family: 'Urbanist', sans-serif;
}
body h1.glanzoCHead{
    background: #ff6a00;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

/* Update  */
div.yith-woocompare-popup-container{
    background-color: rgba(0, 0, 0, .9);
    padding: 65px 60px;
}
@media (max-width: 575px){
    div.yith-woocompare-popup-container{
        padding: 65px 20px;
    }
}
div.yith-woocompare-popup-container a.yith-woocompare-popup-close:hover{
    color: #ff6a00;
}
div.yith-woocompare-table-scroll-wrapper{
    padding: 0;
}
div#yith-woocompare table.compare-list tbody th{
    background: transparent;
}
div#yith-woocompare table.dataTable.compare-list thead th.sorting_disabled{
    display: none;
}
div#yith-woocompare table.dataTable.compare-list tbody th, table.dataTable.compare-list tbody td{
    border-color: #DDD;
}
div#yith-woocompare body #yith-woocompare{
    padding: 0;
}
div#yith-woocompare table.compare-list td.odd{
    background-color: transparent;
}
div#yith-woocompare table.dataTable.compare-list tbody th{
    font-family: 'Urbanist', sans-serif;
    color: #252525;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 18px 15px 15px 30px;
    border-right: 1px solid #e7e7e7;
}
div#yith-woocompare table.dataTable.compare-list tr td ins,
div#yith-woocompare table.dataTable.compare-list tr.price td{
    text-decoration: none;
}
div#yith-woocompare table.dataTable.compare-list tbody td{
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #656565;
    font-weight: 600;
    border-right: 1px solid #e7e7e7;
}
div#yith-woocompare table.dataTable.compare-list tbody td a.added_to_cart, div#yith-woocompare table.dataTable.compare-list tbody td a.button {
    background: #ff6a00;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-family: 'Urbanist', sans-serif !important;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    position: relative;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
div#yith-woocompare table.dataTable.compare-list tbody td a.added_to_cart:hover, div#yith-woocompare table.dataTable.compare-list tbody td a.button:hover {
    background: #000;
}
div#yith-woocompare table.dataTable.compare-list tbody td a.added_to_cart > span, div#yith-woocompare table.dataTable.compare-list tbody td a.button > span{
    font-family: inherit;
    font-size: 16px;
}

div#yith-woocompare table.dataTable.compare-list tbody td a.added_to_cart i, div#yith-woocompare table.dataTable.compare-list tbody td a.button i{
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.title td{
    color: #252525;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.stock td{
    font-weight: 700;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.remove td a{
    background: #dbdbdb;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    font-family: 'Urbanist', sans-serif;
    display: inline-flex;
    text-transform: uppercase;
    height: 27px;
    line-height: 23px;
    padding: 7px 41px 0 26px;
    border-radius: 34px;
    position: relative;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.remove td a:hover{
    color: #FFF;
    background: #ff6a00;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.remove td a span{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
div#yith-woocompare table.dataTable.compare-list tbody tr.remove td a:hover span{
    background: #ff0404;
    color: #FFF;
}
div#yith-woocompare table.dataTable.compare-list tbody td ins, table.dataTable.compare-list tbody td .amount{
    font-size: 16px;
    font-weight: 800;
    color: #ff0404;
    letter-spacing: -.8px;
    font-family: 'Urbanist', sans-serif;
    line-height: .8;
    margin: 0;
}
div#yith-woocompare table.dataTable.compare-list tbody td del, 
div#yith-woocompare table.dataTable.compare-list tbody td del .amount{
    text-decoration: line-through;
    color: #9299a3;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
}
div#yith-woocompare table.dataTable.compare-list tbody td del{
    margin-right: 10px;
}
div#yith-woocompare table.dataTable.compare-list tbody td.in-stock{
    background: transparent;
}
div#yith-woocompare table.dataTable.compare-list td img {
    border: none;
    margin: 0;
    max-width: fit-content;
    height: auto;
    max-height: 200px;
}
div#yith-woocompare table.compare-list  tr.stock:not(.label-row) td.in-stock {
    background-color: transparent;
    color: #01a71c;
}
div#yith-woocompare table.compare-list .add-to-cart td a.added_to_cart,
div#yith-woocompare table.compare-list .add-to-cart td a.button{
    background: #ff6a00;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    position: relative;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 15px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
div#yith-woocompare table.compare-list .add-to-cart td a.added_to_cart:hover,
div#yith-woocompare table.compare-list .add-to-cart td a.button:hover{
    background: #000;
}
div#yith-woocompare table.compare-list td img{
    border: none;
    margin: 0;
    max-width: 100%;
    height: auto;
    max-height: 200px;
}
div#yith-woocompare table.compare-list span.screen-reader-text {
    display: block;
    line-height: 1.2;
}
