.elementor-6351 .elementor-element.elementor-element-91a8f9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-6351 .elementor-element.elementor-element-6939389.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-6939389 */*{
    color: black;
}

.selectdim option{
    color: #000 !important;
}
 
 .headerdiv{
    background-color: #563d7c;
    width: 580px;
    font-size: large;
    color: white;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

 .maindiv {
    width:580px;
    height:60px;
    padding: 4px;
    box-sizing: border-box;
    border-left: 1px solid #563d7c;
    border-right: 1px solid #563d7c;
}

 .divleft {
    width: 200px;
    float: left;
}

 .divright {
    width:300px;
    float:right;
}

/* They are used only for gross weight and its unit*/
 .divrightsmaller {
    width:270px;
    float:left;
}
 .divrightinnerleft {
    width:135px;
    float:left;
}
 .divrightinnerright {
    width:135px;
    float:right;
    text-align: left;
}
/*-----------*/

/* It is only used for showing Volume output*/
 .mainvolumediv{
    width: 580px;
    box-sizing: border-box;
    border-left: 1px solid #563d7c;
    border-right: 1px solid #563d7c;
    padding-top: 20px;
    padding-bottom: 20px;  
    height: 120px;
}
 .divvolume {
    width:580px;
    box-sizing: border-box;
    border-left: 1px solid #563d7c;
    border-right: 1px solid #563d7c;
    text-align: center;
}
 .divvolumeleft {
    width:250px;
    float:left;
}
 .divvolumeright {
    width:250px;
    float:right;
}
/*-------------------*/

/*For showing weight in kg and lb*/
 .divwtwrapper{
    width: 260px;
}
 .divrightWtinnerleft{
    width:125px;
    float:left;
}
 .divrightWtinnerright {
    width:125px;
    float:right;
}
 .divrightinnerValue {
    width:100px;
    float:left;
}
 .divrightinnerText {
    width: 25px;
    float:right;
}
/*---------------*/

 .divinputnormal {
    width:250px;
}

 .divinputsmall {
    width:130px;
}

 .divinputsmaller {
    width:90px;
}

 .footerdiv{
    width: 580px;
    height: 10px;
    border-left: 1px solid #563d7c;
    border-right: 1px solid #563d7c;
    border-bottom: 1px solid #563d7c;

    box-sizing: border-box;
}

 input{
    padding: 0px;
    margin: 0px;
    border: 1px solid #eee;
}

 select{
    border: 1px solid #eee;
    color: #000;
}

 input:read-only{
    background-color: #eee;
    border: 1px solid #eee;
}
 .selectdim{
    width:260px;
    height:22px;
}
 .selectwt{
    width:122px;
    height: 22px;
}/* End custom CSS */